mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Adding panel should have all options
This commit is contained in:
parent
9ee5618335
commit
c5bc350d4f
@ -6,7 +6,7 @@
|
||||
<div ng-include src="edit_path(panel.type)"></div>
|
||||
</div>
|
||||
|
||||
<div ng-repeat="tab in panelMeta.editorTabs" ng-show="addTab == tab.title">
|
||||
<div ng-repeat="tab in panelMeta.editorTabs">
|
||||
<h4>{{tab.title}}</h4>
|
||||
<div ng-include src="tab.src"></div>
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user