influxdb: switch the raw influxql editor from angular to react (#31860)

* influxdb: switch the raw influxql editor from angular to react

* influxdb: raw-influxql: better callback-naming

* influxdb: raw-influxql: use custom hook

* influxdb: flux: raw-editor: add unit tests
This commit is contained in:
Gábor Farkas
2021-03-16 10:47:33 +01:00
committed by GitHub
parent ecbc98ba5d
commit cbaf700d64
11 changed files with 301 additions and 39 deletions

View File

@@ -8,6 +8,9 @@ import VariableQueryEditor from './components/VariableQueryEditor';
// This adds a directive that is used in the query editor
import './components/FluxQueryEditor';
// This adds a directive that is used in the query editor
import './registerRawInfluxQLEditor';
class InfluxAnnotationsQueryCtrl {
static templateUrl = 'partials/annotations.editor.html';
}