From 3944c37627326a14c8d39d8f2f25617681e3f074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sat, 13 Sep 2014 18:33:35 +0200 Subject: [PATCH] patches from master --- src/app/partials/pro/dashboard_topnav.html | 12 +++++++++--- src/app/routes/p_solo-panel.js | 3 +-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/app/partials/pro/dashboard_topnav.html b/src/app/partials/pro/dashboard_topnav.html index fdd0cba101d..f6648e1bcb7 100644 --- a/src/app/partials/pro/dashboard_topnav.html +++ b/src/app/partials/pro/dashboard_topnav.html @@ -27,7 +27,7 @@
  • Remove as favorite
  • +
  • + Dashboard JSON +
  • Export dashboard
  • @@ -62,12 +65,15 @@ -
  • -
  • +
  • diff --git a/src/app/routes/p_solo-panel.js b/src/app/routes/p_solo-panel.js index 7493ab4813b..6f766e31698 100644 --- a/src/app/routes/p_solo-panel.js +++ b/src/app/routes/p_solo-panel.js @@ -1,8 +1,7 @@ define([ 'angular', - 'lodash', ], -function (angular, _) { +function (angular) { "use strict"; var module = angular.module('grafana.routes');