Commit 36ab8ae1 by Torkel Ödegaard

fix(table): minor fix for table panel

parent df366da7
...@@ -21,7 +21,6 @@ define([ ...@@ -21,7 +21,6 @@ define([
this._initTimeFromUrl(); this._initTimeFromUrl();
this._parseTime(); this._parseTime();
console.log(dashboard.time);
if(this.dashboard.refresh) { if(this.dashboard.refresh) {
this.setAutoRefresh(this.dashboard.refresh); this.setAutoRefresh(this.dashboard.refresh);
......
...@@ -50,6 +50,7 @@ export class TablePanelEditorCtrl { ...@@ -50,6 +50,7 @@ export class TablePanelEditorCtrl {
var plusButton = uiSegmentSrv.newPlusButton(); var plusButton = uiSegmentSrv.newPlusButton();
$scope.addColumnSegment.html = plusButton.html; $scope.addColumnSegment.html = plusButton.html;
$scope.addColumnSegment.value = plusButton.value;
}; };
$scope.transformChanged = function() { $scope.transformChanged = function() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment