build: fixed order

This commit is contained in:
Torkel Ödegaard
2017-04-20 11:59:11 +02:00
parent 2cb2c4073e
commit fc878bc8ad
5 changed files with 12 additions and 4 deletions

View File

@@ -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'},