From 0a3ec93347f28ddfdfc459dd854e69052bbee616 Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 8 Jun 2018 15:49:30 +0200 Subject: [PATCH] use ng-if --- public/app/features/panel/panel_header.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/panel/panel_header.ts b/public/app/features/panel/panel_header.ts index f65be321207..1e2bc241d63 100644 --- a/public/app/features/panel/panel_header.ts +++ b/public/app/features/panel/panel_header.ts @@ -25,7 +25,7 @@ var template = `
  • Remove
  • - {{ctrl.timeInfo}} + {{ctrl.timeInfo}} `; function renderMenuItem(item, ctrl) {