diff --git a/public/app/features/panel/panel_menu.js b/public/app/features/panel/panel_menu.js index 0489489af8e..1e55e567f35 100644 --- a/public/app/features/panel/panel_menu.js +++ b/public/app/features/panel/panel_menu.js @@ -35,8 +35,10 @@ function (angular, $, _) { if (ctrl.dashboard.meta.canEdit) { template += '
'; template += '
'; - template += ''; - template += ''; + if (!ctrl.dashboard.meta.fullscreen) { + template += ''; + template += ''; + } template += ''; template += '
'; template += '
';