mirror of
https://github.com/grafana/grafana.git
synced 2025-09-25 11:54:20 +08:00
mysql: progress on mysql data source
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user