diff --git a/src/app/controllers/dash.js b/src/app/controllers/dash.js index 2db993bbd59..627d2b989d5 100644 --- a/src/app/controllers/dash.js +++ b/src/app/controllers/dash.js @@ -67,10 +67,6 @@ function (angular, config, _) { }); }; - $scope.closeFullEdit = function() { - $rootScope.$emit('fullEditMode', false); - }; - $scope.isPanel = function(obj) { if(!_.isNull(obj) && !_.isUndefined(obj) && !_.isUndefined(obj.type)) { return true; diff --git a/src/app/panels/graphite/module.html b/src/app/panels/graphite/module.html index d56fe516d73..87710f28ee7 100644 --- a/src/app/panels/graphite/module.html +++ b/src/app/panels/graphite/module.html @@ -110,5 +110,27 @@ {{series.info.alias || series.info.query}} {{series.info.alias}} - + + +
+
+
+
+
+
+
+
+ +
+
+
+ +
+
+
+ + +
\ No newline at end of file diff --git a/src/app/panels/graphite/module.js b/src/app/panels/graphite/module.js index 4fe946f860d..ad416a12fe1 100644 --- a/src/app/panels/graphite/module.js +++ b/src/app/panels/graphite/module.js @@ -225,6 +225,10 @@ function (angular, app, $, _, kbn, moment, timeSeries, graphiteSrv) { } }; + $scope.closeEditMode = function() { + $rootScope.$emit('fullEditMode', false); + }; + $scope.interval_label = function(interval) { return $scope.panel.auto_int && interval === $scope.panel.interval ? interval+" (auto)" : interval; }; diff --git a/src/app/panels/graphite/styleEditor.html b/src/app/panels/graphite/styleEditor.html index 874a22640b5..89da062d69c 100644 --- a/src/app/panels/graphite/styleEditor.html +++ b/src/app/panels/graphite/styleEditor.html @@ -2,13 +2,13 @@
Chart Options
- +
- +
- +
diff --git a/src/app/partials/dashboard.html b/src/app/partials/dashboard.html index b8cd431898f..5fcbe0e00d5 100644 --- a/src/app/partials/dashboard.html +++ b/src/app/partials/dashboard.html @@ -13,14 +13,6 @@
- -
-
- Configure Panel - -
-
-