mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
use default range from time picker
This commit is contained in:
@@ -139,7 +139,7 @@ export class Explore extends React.PureComponent<ExploreProps, ExploreState> {
|
||||
this.modifiedQueries = initialQueries.slice();
|
||||
this.timeSrv = getTimeSrv();
|
||||
this.timeSrv.init({
|
||||
time: { from: 'now-6h', to: 'now' },
|
||||
time: DEFAULT_RANGE,
|
||||
refresh: false,
|
||||
getTimezone: () => 'utc',
|
||||
timeRangeUpdated: () => console.log('refreshDashboard!'),
|
||||
|
||||
Reference in New Issue
Block a user