added global dashboard wide hideControls option

This commit is contained in:
Torkel Ödegaard
2013-12-10 22:28:49 +01:00
parent 63358ede5b
commit a5d39cd51d
14 changed files with 34 additions and 74 deletions
+4
View File
@@ -19,6 +19,10 @@
<div class="span1">
<label class="small"> Hints <tip>Show 'Add panel' hints in empty spaces</tip></label><input type="checkbox" ng-model="dashboard.current.panel_hints" ng-checked="dashboard.current.panel_hints" />
</div>
<div class="span2">
<label class="small">Hide controls</label>
<input type="checkbox" ng-model="dashboard.current.hideControls" ng-checked="dashboard.current.hideControls">
</div>
<div class="span3">
<label class="small">Style</label><select class="input-small" ng-model="dashboard.current.style" ng-options="f for f in ['dark','light']"></select>
</div>