mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Disable RestTable headers by default.
This commit is contained in:
parent
caee7c8831
commit
720edafa0d
@ -66,7 +66,7 @@ public class RestTable {
|
||||
}
|
||||
|
||||
public static RestResponse buildTextPlainResponse(Table table, RestRequest request, RestChannel channel) {
|
||||
boolean verbose = request.paramAsBoolean("v", true);
|
||||
boolean verbose = request.paramAsBoolean("v", false);
|
||||
int[] width = buildWidths(table, request, verbose);
|
||||
Set<String> displayHeaders = buildDisplayHeaders(table, request);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user