mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
Adding panel should have all options
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user