Procházet zdrojové kódy

change(Timepicker): removed last 90 days to make room for Last 2 days, #6758

Torkel Ödegaard před 9 roky
rodič
revize
aea3093d85
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      public/app/core/utils/rangeutil.ts

+ 0 - 1
public/app/core/utils/rangeutil.ts

@@ -42,7 +42,6 @@ var rangeOptions = [
   { from: 'now-7d',   to: 'now',      display: 'Last 7 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-30d',  to: 'now',      display: 'Last 30 days',          section: 0 },
   { from: 'now-60d',  to: 'now',      display: 'Last 60 days',          section: 0 },
   { from: 'now-60d',  to: 'now',      display: 'Last 60 days',          section: 0 },
-  { from: 'now-90d',  to: 'now',      display: 'Last 90 days',          section: 0 },
   { from: 'now-6M',   to: 'now',      display: 'Last 6 months',         section: 0 },
   { from: 'now-6M',   to: 'now',      display: 'Last 6 months',         section: 0 },
   { from: 'now-1y',   to: 'now',      display: 'Last 1 year',           section: 0 },
   { from: 'now-1y',   to: 'now',      display: 'Last 1 year',           section: 0 },
   { from: 'now-2y',   to: 'now',      display: 'Last 2 years',          section: 0 },
   { from: 'now-2y',   to: 'now',      display: 'Last 2 years',          section: 0 },