InfluxDB: different config UI for 1x vs 2x (#25723)

This commit is contained in:
Ryan McKinley
2020-06-22 13:03:34 -07:00
committed by GitHub
parent 0797fe88a1
commit 8d1ed33e20
13 changed files with 1277 additions and 889 deletions

View File

@@ -5,6 +5,9 @@ import InfluxStartPage from './components/InfluxStartPage';
import { DataSourcePlugin } from '@grafana/data';
import ConfigEditor from './components/ConfigEditor';
// This adds a directive that is used in the query editor
import './components/FluxQueryEditor';
class InfluxAnnotationsQueryCtrl {
static templateUrl = 'partials/annotations.editor.html';
}