diff --git a/src/app/directives/topnav.js b/src/app/directives/topnav.js index d987b652535..9228ce9fcb0 100644 --- a/src/app/directives/topnav.js +++ b/src/app/directives/topnav.js @@ -21,12 +21,10 @@ function (angular) { template: '
' +
- '' +
- '' +
- '' +
+ '' +
+ '
' +
+ '' +
+ '' +
'' +
'' +
@@ -50,46 +48,4 @@ function (angular) {
};
});
- angular
- .module('grafana.directives')
- .directive('topnavDash', function() {
- return {
- restrict: 'E',
- transclude: true,
- scope: {
- title: "@",
- section: "@",
- titleAction: "&",
- toggle: "&",
- showMenuBtn: "=",
- },
- template:
- '
' +
- '' +
- '' +
- '' +
-
- '' +
- '' +
- '' +
-
- '' +
- '{{section}}' +
- '' +
- '' +
-
- '' +
- '{{title}}' +
- '' +
- '