moved timezone correction setting from graph style to dashboard

This commit is contained in:
Torkel Ödegaard
2014-02-05 09:42:49 +01:00
parent 80c5f99f3b
commit bafa334b94
6 changed files with 7 additions and 13 deletions
+2 -1
View File
@@ -18,7 +18,8 @@
<label class="small">Style</label><select class="input-small" ng-model="dashboard.current.style" ng-options="f for f in ['dark','light']"></select>
</div>
<div class="editor-option">
<label class="small"> Editable </label><input type="checkbox" ng-model="dashboard.current.editable" ng-checked="dashboard.current.editable" />
<label class="small">Time correction</label>
<select ng-model="dashboard.current.timezone" class='input-small' ng-options="f for f in ['browser','utc']"></select>
</div>
<div class="editor-option">
<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" />