mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
build: fixed order
This commit is contained in:
@@ -14,7 +14,7 @@ class MysqlQueryCtrl extends QueryCtrl {
|
||||
super($scope, $injector);
|
||||
|
||||
this.target.resultFormat = 'time_series';
|
||||
this.target.alias = "{{table}}{{col_3}}";
|
||||
this.target.alias = "";
|
||||
this.resultFormats = [
|
||||
{text: 'Time series', value: 'time_series'},
|
||||
{text: 'Table', value: 'table'},
|
||||
|
||||
Reference in New Issue
Block a user