Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions packages/grafana-ui/src/components/DateTimePickers/options.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import { SelectableValue, TimeOption } from '@grafana/data';

export const quickOptions: TimeOption[] = [
{ from: 'now-5m', to: 'now', display: 'Last 5 minutes' },
{ from: 'now-15m', to: 'now', display: 'Last 15 minutes' },
{ from: 'now-30m', to: 'now', display: 'Last 30 minutes' },
{ from: 'now-1h', to: 'now', display: 'Last 1 hour' },
{ from: 'now-3h', to: 'now', display: 'Last 3 hours' },
{ from: 'now-6h', to: 'now', display: 'Last 6 hours' },
{ from: 'now-12h', to: 'now', display: 'Last 12 hours' },
// { from: 'now-5m', to: 'now', display: 'Last 5 minutes' },
// { from: 'now-15m', to: 'now', display: 'Last 15 minutes' },
// { from: 'now-30m', to: 'now', display: 'Last 30 minutes' },
// { from: 'now-1h', to: 'now', display: 'Last 1 hour' },
// { from: 'now-3h', to: 'now', display: 'Last 3 hours' },
// { from: 'now-6h', to: 'now', display: 'Last 6 hours' },
// { from: 'now-12h', to: 'now', display: 'Last 12 hours' },
{ from: 'now-24h', to: 'now', display: 'Last 24 hours' },
{ from: 'now-2d', to: 'now', display: 'Last 2 days' },
{ from: 'now-7d', to: 'now', display: 'Last 7 days' },
Expand Down