mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
# Backport This will backport the following commits from `main` to `7.17`: - [[Docs] Removing 'display' property as it's unused (#161669)](https://github.com/elastic/kibana/pull/161669) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"amyjtechwriter","email":"61687663+amyjtechwriter@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-07-19T10:00:57Z","message":"[Docs] Removing 'display' property as it's unused (#161669)\n\n## Summary\r\n\r\nRemoving 'display' property as it's unused in\r\n`timepicker:refreshIntervalDefaults`. Small docs change.\r\n\r\nPrevious:\r\n<img width=\"819\" alt=\"Screenshot 2023-07-11 at 15 59 03\"\r\nsrc=\"4c89cbd9
-3320-41cc-b28e-94060fab5a0b\">\r\n\r\n\r\nUpdated:\r\n<img width=\"794\" alt=\"Screenshot 2023-07-11 at 15 59 17\"\r\nsrc=\"e566d456
-6eed-4193-bc11-8d6068a6b768\">\r\n\r\nCloses: #140249","sha":"798b0ef49b4a6ee5fb7bb4816979d10f9d0ad02c","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","docs","v7.17.0","v8.8.0","v8.9.0","v8.10.0"],"number":161669,"url":"https://github.com/elastic/kibana/pull/161669","mergeCommit":{"message":"[Docs] Removing 'display' property as it's unused (#161669)\n\n## Summary\r\n\r\nRemoving 'display' property as it's unused in\r\n`timepicker:refreshIntervalDefaults`. Small docs change.\r\n\r\nPrevious:\r\n<img width=\"819\" alt=\"Screenshot 2023-07-11 at 15 59 03\"\r\nsrc=\"4c89cbd9
-3320-41cc-b28e-94060fab5a0b\">\r\n\r\n\r\nUpdated:\r\n<img width=\"794\" alt=\"Screenshot 2023-07-11 at 15 59 17\"\r\nsrc=\"e566d456
-6eed-4193-bc11-8d6068a6b768\">\r\n\r\nCloses: #140249","sha":"798b0ef49b4a6ee5fb7bb4816979d10f9d0ad02c"}},"sourceBranch":"main","suggestedTargetBranches":["7.17","8.8","8.9"],"targetPullRequestStates":[{"branch":"7.17","label":"v7.17.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.8","label":"v8.8.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.9","label":"v8.9.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/161669","number":161669,"mergeCommit":{"message":"[Docs] Removing 'display' property as it's unused (#161669)\n\n## Summary\r\n\r\nRemoving 'display' property as it's unused in\r\n`timepicker:refreshIntervalDefaults`. Small docs change.\r\n\r\nPrevious:\r\n<img width=\"819\" alt=\"Screenshot 2023-07-11 at 15 59 03\"\r\nsrc=\"4c89cbd9
-3320-41cc-b28e-94060fab5a0b\">\r\n\r\n\r\nUpdated:\r\n<img width=\"794\" alt=\"Screenshot 2023-07-11 at 15 59 17\"\r\nsrc=\"e566d456
-6eed-4193-bc11-8d6068a6b768\">\r\n\r\nCloses: #140249","sha":"798b0ef49b4a6ee5fb7bb4816979d10f9d0ad02c"}}]}] BACKPORT--> Co-authored-by: amyjtechwriter <61687663+amyjtechwriter@users.noreply.github.com>
This commit is contained in:
parent
376c1cd835
commit
47018eedac
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ to be displayed).
|
|||
|
||||
[[timepicker-refreshintervaldefaults]]`timepicker:refreshIntervalDefaults`::
|
||||
The default refresh interval for the time filter. Example:
|
||||
`{ "display": "15 seconds", "pause": true, "value": 15000 }`.
|
||||
`{ "pause": true, "value": 15000 }`.
|
||||
|
||||
[[timepicker-timedefaults]]`timepicker:timeDefaults`::
|
||||
The default selection in the time filter.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue