diff --git a/src/app/controllers/dash.js b/src/app/controllers/dash.js index 11bd9c66cf0..44e5d47c339 100644 --- a/src/app/controllers/dash.js +++ b/src/app/controllers/dash.js @@ -14,6 +14,7 @@ function (angular, $, config, _) { $scope, $rootScope, dashboardKeybindings, filterSrv, dashboard, panelMoveSrv, timer) { $scope.editor = { index: 0 }; + $scope.panelNames = config.panels; $scope.init = function() { $scope.availablePanels = config.panels; diff --git a/src/app/panels/text/module.html b/src/app/panels/text/module.html index 69582b72881..5fd3733cb50 100644 --- a/src/app/panels/text/module.html +++ b/src/app/panels/text/module.html @@ -1,4 +1,4 @@ -
+
+
+ For these changes to fully take effect save and reload the dashboard.
+
diff --git a/src/app/panels/timepicker/module.html b/src/app/panels/timepicker/module.html
index 5c6513bf666..10b4fdc7408 100644
--- a/src/app/panels/timepicker/module.html
+++ b/src/app/panels/timepicker/module.html
@@ -31,16 +31,20 @@