diff --git a/conf/defaults.ini b/conf/defaults.ini index 093c66e18ab..e1eaaf82a44 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -1997,17 +1997,17 @@ provider = static # instance = "grafana" # version = 11.0.0 +[time_picker] +# Custom quick ranges for the time picker. Each quick range has a display name, a from value, and a to value. +# Format: [{"from":"now-5m","to":"now","display":"Last 5 minutes"},{"from":"now-15m","to":"now","display":"Last 15 minutes"}] +quick_ranges = + [date_formats] # For information on what formatting patterns that are supported https://momentjs.com/docs/#/displaying/ # Default system date format used in time range picker and other places where full time is displayed full_date = YYYY-MM-DD HH:mm:ss -[time_picker] -# Custom quick ranges for the time picker. Each quick range has a display name, a from value, and a to value. -# Format: [{"from":"now-5m","to":"now","display":"Last 5 minutes"},{"from":"now-15m","to":"now","display":"Last 15 minutes"}] -quick_ranges = - # Used by graph and other places where we only show small intervals interval_second = HH:mm:ss interval_minute = HH:mm