mirror of
https://github.com/grafana/grafana.git
synced 2025-01-27 08:47:12 -06:00
Explore: Reduce default time range to last hour (#18212)
This commit is contained in:
parent
172464e91e
commit
7139544c76
@ -41,7 +41,7 @@ import {
|
|||||||
import { config } from '../config';
|
import { config } from '../config';
|
||||||
|
|
||||||
export const DEFAULT_RANGE = {
|
export const DEFAULT_RANGE = {
|
||||||
from: 'now-6h',
|
from: 'now-1h',
|
||||||
to: 'now',
|
to: 'now',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user