Sfoglia il codice sorgente

mock interval data

Erik Sundell 7 anni fa
parent
commit
7209c7cd0a
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      public/app/features/explore/QueryEditor.tsx

+ 2 - 0
public/app/features/explore/QueryEditor.tsx

@@ -42,6 +42,8 @@ export default class QueryEditor extends PureComponent<QueryEditorProps, any> {
           getNextQueryLetter: x => '',
         },
         hideEditorRowActions: true,
+        interval: '1m',
+        intervalMs: 60000,
       },
     };