Bläddra i källkod

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

David 6 år sedan
förälder
incheckning
7139544c76
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      public/app/core/utils/explore.ts

+ 1 - 1
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',
 };