Updated inspector template

This commit is contained in:
Rashid Khan
2013-07-30 14:58:45 -07:00
parent f574374aab
commit 2e85fbecb1
19 changed files with 4808 additions and 46 deletions
+11
View File
@@ -51,4 +51,15 @@
</div>
</div>
<div class="row-fluid" ng-include="'partials/querySelect.html'"></div>
<h5>Panel Spy</h5>
<div class="row-fluid">
<div class="span2">
<label class="small">Spyable</label><input type="checkbox" ng-model="panel.spyable" ng-checked="panel.spyable">
</div>
<div class="span9 small">
The panel spy shows 'behind the scenes' information about a panel. It can
be accessed by clicking the <i class='icon-eye-open'></i> in the top right
of the panel.
</div>
</div>
</div>