From 96ad3a04d4231248dd78d43bfd0a97909422e175 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Thu, 12 Mar 2015 14:01:06 +0100 Subject: [PATCH] Removed 'Back to dashboard' top nav button, now have close button on the edit box below panel --- src/app/features/dashboard/dashboardNavCtrl.js | 1 + src/app/features/panel/partials/panel.html | 4 ++++ src/app/partials/dashboard_topnav.html | 7 ------- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/app/features/dashboard/dashboardNavCtrl.js b/src/app/features/dashboard/dashboardNavCtrl.js index 2148836ac12..092f50c72d5 100644 --- a/src/app/features/dashboard/dashboardNavCtrl.js +++ b/src/app/features/dashboard/dashboardNavCtrl.js @@ -53,6 +53,7 @@ function (angular, _, moment) { $scope.dashboardTitleAction = function() { $scope.appEvent('hide-dash-editor'); + $scope.exitFullscreen(); }; $scope.saveDashboard = function(options) { diff --git a/src/app/features/panel/partials/panel.html b/src/app/features/panel/partials/panel.html index a89e586b492..d8b91bbeb85 100644 --- a/src/app/features/panel/partials/panel.html +++ b/src/app/features/panel/partials/panel.html @@ -30,6 +30,10 @@
+ +
diff --git a/src/app/partials/dashboard_topnav.html b/src/app/partials/dashboard_topnav.html index 5f458ae1cdd..eb68f63ea5a 100644 --- a/src/app/partials/dashboard_topnav.html +++ b/src/app/partials/dashboard_topnav.html @@ -62,17 +62,10 @@