From 36ab8ae19c8f5cf0fb734889a06400bb7f88add7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Fri, 4 Dec 2015 10:44:17 +0100 Subject: [PATCH] fix(table): minor fix for table panel --- public/app/features/dashboard/timeSrv.js | 1 - public/app/panels/table/editor.ts | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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() {