reload page on time and refresh setting changes (#36008)

This commit is contained in:
Joe Reuter 2019-05-03 17:35:41 +02:00 committed by GitHub
parent 3d3e071c6e
commit bd0641aaa4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -764,6 +764,7 @@ export function getUiSettingDefaults() {
description: i18n.translate('kbn.advancedSettings.timepicker.timeDefaultsText', {
defaultMessage: 'The timefilter selection to use when Kibana is started without one',
}),
requiresPageReload: true,
},
'timepicker:refreshIntervalDefaults': {
name: i18n.translate('kbn.advancedSettings.timepicker.refreshIntervalDefaultsTitle', {
@ -778,6 +779,7 @@ export function getUiSettingDefaults() {
description: i18n.translate('kbn.advancedSettings.timepicker.refreshIntervalDefaultsText', {
defaultMessage: `The timefilter's default refresh interval`,
}),
requiresPageReload: true,
},
'timepicker:quickRanges': {
name: i18n.translate('kbn.advancedSettings.timepicker.quickRangesTitle', {