GeneralSettings: Enable support for nowDelay (#79703)

This commit is contained in:
Ivan Ortega Alba
2024-01-11 17:53:06 +01:00
committed by GitHub
parent d3ff4715a0
commit eb64209301
7 changed files with 24 additions and 9 deletions

View File

@@ -858,6 +858,9 @@ type TimePickerConfig struct {
// Whether timepicker is visible or not.
Hidden bool `json:"hidden"`
// Override the now time by entering a time delay. Use this option to accommodate known delays in data aggregation to avoid null values.
NowDelay *string `json:"nowDelay,omitempty"`
// Interval options available in the refresh picker dropdown.
RefreshIntervals []string `json:"refresh_intervals"`