diff --git a/public/app/core/directives/dash_edit_link.js b/public/app/core/directives/dash_edit_link.js index 06c44cc8262..9ab74fe6d74 100644 --- a/public/app/core/directives/dash_edit_link.js +++ b/public/app/core/directives/dash_edit_link.js @@ -8,8 +8,7 @@ function ($, coreModule) { var editViewMap = { 'settings': { src: 'app/features/dashboard/partials/settings.html', title: "Settings" }, 'annotations': { src: 'app/features/annotations/partials/editor.html', title: "Annotations" }, - 'templating': { src: 'app/features/templating/partials/editor.html', title: "Templating" }, - 'metadata': { src: 'app/features/dashboard/partials/metadata.html', title: "Metadata" } + 'templating': { src: 'app/features/templating/partials/editor.html', title: "Templating" } }; coreModule.directive('dashEditorLink', function($timeout) { diff --git a/public/app/features/dashboard/partials/dashboardTopNav.html b/public/app/features/dashboard/partials/dashboardTopNav.html index baf6a9f3a62..8fa6da1ee2f 100644 --- a/public/app/features/dashboard/partials/dashboardTopNav.html +++ b/public/app/features/dashboard/partials/dashboardTopNav.html @@ -39,7 +39,6 @@