From 2d8180fc9c7cef3354f08fe6fc78a700ce5be69c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Thu, 11 Feb 2016 13:42:18 +0100 Subject: [PATCH] fix(panels): restored panel name to edit mode --- public/app/features/panel/panel_directive.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/panel/panel_directive.ts b/public/app/features/panel/panel_directive.ts index 2497732928b..85431964cd9 100644 --- a/public/app/features/panel/panel_directive.ts +++ b/public/app/features/panel/panel_directive.ts @@ -32,7 +32,7 @@ var panelTemplate = `
- {{ctrl.name}} + {{ctrl.pluginName}}