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');