Commit c5bc350d by Rashid Khan

Adding panel should have all options

parent 9ee56183
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<div ng-include src="edit_path(panel.type)"></div> <div ng-include src="edit_path(panel.type)"></div>
</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> <h4>{{tab.title}}</h4>
<div ng-include src="tab.src"></div> <div ng-include src="tab.src"></div>
</div> </div>
\ No newline at end of file
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