Skip to content

Commit 755f999

Browse files
removed time range option under 24hrs (#198)
1 parent 3dcf553 commit 755f999

File tree

1 file changed

+7
-7
lines changed
  • packages/grafana-ui/src/components/DateTimePickers

1 file changed

+7
-7
lines changed

packages/grafana-ui/src/components/DateTimePickers/options.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
import { SelectableValue, TimeOption } from '@grafana/data';
22

33
export const quickOptions: TimeOption[] = [
4-
{ from: 'now-5m', to: 'now', display: 'Last 5 minutes' },
5-
{ from: 'now-15m', to: 'now', display: 'Last 15 minutes' },
6-
{ from: 'now-30m', to: 'now', display: 'Last 30 minutes' },
7-
{ from: 'now-1h', to: 'now', display: 'Last 1 hour' },
8-
{ from: 'now-3h', to: 'now', display: 'Last 3 hours' },
9-
{ from: 'now-6h', to: 'now', display: 'Last 6 hours' },
10-
{ from: 'now-12h', to: 'now', display: 'Last 12 hours' },
4+
// { from: 'now-5m', to: 'now', display: 'Last 5 minutes' },
5+
// { from: 'now-15m', to: 'now', display: 'Last 15 minutes' },
6+
// { from: 'now-30m', to: 'now', display: 'Last 30 minutes' },
7+
// { from: 'now-1h', to: 'now', display: 'Last 1 hour' },
8+
// { from: 'now-3h', to: 'now', display: 'Last 3 hours' },
9+
// { from: 'now-6h', to: 'now', display: 'Last 6 hours' },
10+
// { from: 'now-12h', to: 'now', display: 'Last 12 hours' },
1111
{ from: 'now-24h', to: 'now', display: 'Last 24 hours' },
1212
{ from: 'now-2d', to: 'now', display: 'Last 2 days' },
1313
{ from: 'now-7d', to: 'now', display: 'Last 7 days' },

0 commit comments

Comments
 (0)