Commit 2d8180fc by Torkel Ödegaard

fix(panels): restored panel name to edit mode

parent 37c6a1dd
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment