mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
Add 'Last 2 days' option to quick ranges (#6758)
This commit is contained in:
parent
37c1a49dc9
commit
f2d5829944
@ -38,6 +38,7 @@ var rangeOptions = [
|
||||
{ from: 'now-12h', to: 'now', display: 'Last 12 hours', section: 3 },
|
||||
{ from: 'now-24h', to: 'now', display: 'Last 24 hours', section: 3 },
|
||||
|
||||
{ from: 'now-2d', to: 'now', display: 'Last 2 days', section: 0 },
|
||||
{ from: 'now-7d', to: 'now', display: 'Last 7 days', section: 0 },
|
||||
{ from: 'now-30d', to: 'now', display: 'Last 30 days', section: 0 },
|
||||
{ from: 'now-60d', to: 'now', display: 'Last 60 days', section: 0 },
|
||||
|
Loading…
Reference in New Issue
Block a user