@@ -21,7 +21,6 @@ define([
this._initTimeFromUrl();
this._parseTime();
- console.log(dashboard.time);
if(this.dashboard.refresh) {
this.setAutoRefresh(this.dashboard.refresh);
@@ -50,6 +50,7 @@ export class TablePanelEditorCtrl {
var plusButton = uiSegmentSrv.newPlusButton();
$scope.addColumnSegment.html = plusButton.html;
+ $scope.addColumnSegment.value = plusButton.value;
};
$scope.transformChanged = function() {