Explore: Reduce default time range to last hour (#18212)

pull/18221/head
David 6 years ago committed by GitHub
parent 172464e91e
commit 7139544c76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/app/core/utils/explore.ts

@ -41,7 +41,7 @@ import {
import { config } from '../config';
export const DEFAULT_RANGE = {
from: 'now-6h',
from: 'now-1h',
to: 'now',
};

Loading…
Cancel
Save