fix(table): minor fix for table panel

This commit is contained in:
Torkel Ödegaard 2015-12-04 10:44:17 +01:00
parent df366da721
commit 36ab8ae19c
2 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,6 @@ define([
this._initTimeFromUrl();
this._parseTime();
console.log(dashboard.time);
if(this.dashboard.refresh) {
this.setAutoRefresh(this.dashboard.refresh);

View File

@ -50,6 +50,7 @@ export class TablePanelEditorCtrl {
var plusButton = uiSegmentSrv.newPlusButton();
$scope.addColumnSegment.html = plusButton.html;
$scope.addColumnSegment.value = plusButton.value;
};
$scope.transformChanged = function() {