Add 'Last 2 days' option to quick ranges (#6758)

This commit is contained in:
Jaime Soriano Pastor 2016-12-05 11:51:02 +01:00 committed by Torkel Ödegaard
parent 37c1a49dc9
commit f2d5829944

View File

@ -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 },