feat(graph): updating graph panel to new format progress

This commit is contained in:
Torkel Ödegaard
2016-01-26 17:28:07 -05:00
parent aa251fc9ce
commit ebba7a0327
12 changed files with 431 additions and 430 deletions

View File

@@ -39,7 +39,7 @@
<div class="gf-box-body">
<div ng-repeat="tab in ctrl.editorTabs" ng-if="ctrl.editorTabIndex === $index">
<panel-editor-tab editor-tab="tab" ctrl="ctrl"></panel-editor-tab>
<panel-editor-tab editor-tab="tab" ctrl="ctrl" index="$index"></panel-editor-tab>
</div>
</div>
</div>