mysql: progress on mysql data source

This commit is contained in:
Torkel Ödegaard
2017-03-29 22:54:07 +02:00
parent 1ecdf34938
commit 8f90c6115d
8 changed files with 220 additions and 9 deletions

View File

@ -8,6 +8,10 @@ class MysqlQueryCtrl extends QueryCtrl {
static templateUrl = 'partials/query.editor.html';
}
class InfluxConfigCtrl {
static templateUrl = 'partials/config.html';
}
export {
MysqlDatasource,
MysqlDatasource as Datasource,