fix(panels): restored panel name to edit mode

This commit is contained in:
Torkel Ödegaard
2016-02-11 13:42:18 +01:00
parent 37c6a1ddf0
commit 2d8180fc9c

View File

@@ -32,7 +32,7 @@ var panelTemplate = `
<div class="gf-box-header">
<div class="gf-box-title">
<i ng-class="ctrl.icon"></i>
{{ctrl.name}}
{{ctrl.pluginName}}
</div>
<div ng-model="ctrl.editorTabIndex" bs-tabs>