From be781fe5b7a8102d4c0b5babb362047602565715 Mon Sep 17 00:00:00 2001 From: Luca Belluccini Date: Fri, 4 Oct 2019 18:29:27 +0200 Subject: [PATCH 1/2] Provide an example for timepicker:refreshIntervalDefaults Add an example for `timepicker:refreshIntervalDefaults` --- docs/management/advanced-options.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/management/advanced-options.asciidoc b/docs/management/advanced-options.asciidoc index 275d2a3e46be2..d5322889fece8 100644 --- a/docs/management/advanced-options.asciidoc +++ b/docs/management/advanced-options.asciidoc @@ -74,7 +74,7 @@ mentioned use "_default_". `format:currency:defaultPattern`:: Default numeral format for the "currency" format. `savedObjects:perPage`:: The number of objects shown on each page of the list of saved objects. The default value is 5. `timepicker:timeDefaults`:: The default time filter selection. -`timepicker:refreshIntervalDefaults`:: The time filter's default refresh interval. +`timepicker:refreshIntervalDefaults`:: The time filter's default refresh interval. Example: `{ "display": "15 seconds", "pause": true, "value": 15000 }`. `timepicker:quickRanges`:: The list of ranges to show in the Quick section of the time picker. This should be an array of objects, with each object containing `from`, `to` (see {ref}/common-options.html#date-math[accepted formats]), `display` (the title to be displayed), and `section` (which column to put the option in). `filters:pinnedByDefault`:: Set this property to `true` to make filters have a global state by default. `filterEditor:suggestValues`:: Set this property to `false` to prevent the filter editor from suggesting values for fields. From 0853f33583b5f7e28027284b63d0e42d748e3a4b Mon Sep 17 00:00:00 2001 From: Luca Belluccini Date: Fri, 11 Oct 2019 17:30:23 +0200 Subject: [PATCH 2/2] align with master --- docs/management/advanced-options.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/management/advanced-options.asciidoc b/docs/management/advanced-options.asciidoc index 0158cfc700aa7..caff7f5b1fdc6 100644 --- a/docs/management/advanced-options.asciidoc +++ b/docs/management/advanced-options.asciidoc @@ -94,7 +94,7 @@ refresh the page to apply the setting. the time filter. This should be an array of objects, with each object containing `from`, `to` (see {ref}/common-options.html#date-math[accepted formats]), and `display` (the title to be displayed). -`timepicker:refreshIntervalDefaults`:: The time filter's default refresh interval. Example: `{ "display": "15 seconds", "pause": true, "value": 15000 }`. +`timepicker:refreshIntervalDefaults`:: The default refresh interval for the time filter. Example: `{ "display": "15 seconds", "pause": true, "value": 15000 }`. `timepicker:timeDefaults`:: The default selection in the time filter. `truncate:maxHeight`:: The maximum height that a cell occupies in a table. Set to 0 to disable truncation.