mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 04:02:30 +08:00
mysql: reading arbitrary SQL data in go is really strange, data is only in strings?
This commit is contained in:
@ -8,7 +8,7 @@ class MysqlQueryCtrl extends QueryCtrl {
|
||||
static templateUrl = 'partials/query.editor.html';
|
||||
}
|
||||
|
||||
class InfluxConfigCtrl {
|
||||
class MysqlConfigCtrl {
|
||||
static templateUrl = 'partials/config.html';
|
||||
}
|
||||
|
||||
@ -16,5 +16,6 @@ export {
|
||||
MysqlDatasource,
|
||||
MysqlDatasource as Datasource,
|
||||
MysqlQueryCtrl as QueryCtrl,
|
||||
MysqlConfigCtrl as ConfigCtrl,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user