diff --git a/public/app/features/dashboard/timeSrv.js b/public/app/features/dashboard/timeSrv.js index 3fa0abf508e..62d7b8c591e 100644 --- a/public/app/features/dashboard/timeSrv.js +++ b/public/app/features/dashboard/timeSrv.js @@ -21,7 +21,6 @@ define([ this._initTimeFromUrl(); this._parseTime(); - console.log(dashboard.time); if(this.dashboard.refresh) { this.setAutoRefresh(this.dashboard.refresh); diff --git a/public/app/panels/table/editor.ts b/public/app/panels/table/editor.ts index e41ff422800..86e3d6be03d 100644 --- a/public/app/panels/table/editor.ts +++ b/public/app/panels/table/editor.ts @@ -50,6 +50,7 @@ export class TablePanelEditorCtrl { var plusButton = uiSegmentSrv.newPlusButton(); $scope.addColumnSegment.html = plusButton.html; + $scope.addColumnSegment.value = plusButton.value; }; $scope.transformChanged = function() {