|
1 | 1 | import { SelectableValue, TimeOption } from '@grafana/data';
|
2 | 2 |
|
3 | 3 | 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' }, |
11 | 11 | { from: 'now-24h', to: 'now', display: 'Last 24 hours' },
|
12 | 12 | { from: 'now-2d', to: 'now', display: 'Last 2 days' },
|
13 | 13 | { from: 'now-7d', to: 'now', display: 'Last 7 days' },
|
|
0 commit comments