Schema V2: Adjust quick_ranges in time settings and remove time_options (#100135)
* adjut quickRanges type in v2 * clean up unused time_options property * remove deprecated time_options property on time picker * add schema migration for time_options * adjust test
This commit is contained in:
@@ -138,12 +138,12 @@ The grid has a negative gravity that moves panels up if there is empty space abo
|
||||
"nowDelay": "",
|
||||
"quick_ranges": [
|
||||
{
|
||||
"display": "Last 6 hours"
|
||||
"display": "Last 6 hours",
|
||||
"from": "now-6h",
|
||||
"to": "now"
|
||||
},
|
||||
{
|
||||
"display": "Last 7 days"
|
||||
"display": "Last 7 days",
|
||||
"from": "now-7d",
|
||||
"to": "now"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user