Selaa lähdekoodia

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

David 6 vuotta sitten
vanhempi
commit
7139544c76
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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',
 };