added ability to add new tabs to editor panels

This commit is contained in:
Rashid Khan
2013-08-16 12:45:22 -07:00
parent 5aaa9d5876
commit 93b48a7d29
27 changed files with 78 additions and 62 deletions
+1 -3
View File
@@ -71,8 +71,7 @@
<h6>Page Overflow</h6>
<select class="input-small" ng-model="panel.overflow" ng-options="f.value as f.key for f in [{key:'scroll',value:'height'},{key:'expand',value:'min-height'}]"></select>
</div>
</div>
<div class="row-fluid" ng-include="'partials/querySelect.html'"></div>
</div>
<h5>Panel Spy</h5>
<div class="row-fluid">
<div class="span2">
@@ -84,4 +83,3 @@
of the panel.
</div>
</div>