Commit 0a677449 by Torkel Ödegaard

Fixed issue in dashboard settings modal and timepicker options

parent 6e972332
...@@ -2,11 +2,11 @@ ...@@ -2,11 +2,11 @@
<div class="section"> <div class="section">
<div class="editor-option"> <div class="editor-option">
<label class="small">Relative time options <small>comma seperated</small></label> <label class="small">Relative time options <small>comma seperated</small></label>
<input type="text" array-join class="input-large" ng-model="panel.time_options"> <input type="text" array-join class="input-xlarge" ng-model="panel.time_options">
</div> </div>
<div class="editor-option"> <div class="editor-option">
<label class="small">Auto-refresh options <small>comma seperated</small></label> <label class="small">Auto-refresh options <small>comma seperated</small></label>
<input type="text" array-join class="input-large" ng-model="panel.refresh_intervals"> <input type="text" array-join class="input-xlarge" ng-model="panel.refresh_intervals">
</div> </div>
</div> </div>
</div> </div>
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
<ng-include src="'app/partials/import.html'"></ng-include> <ng-include src="'app/partials/import.html'"></ng-include>
</div> </div>
<div ng-repeat="pulldown in dashboard.nav" ng-controller="SubmenuCtrl" ng-show="editor.index == 5+$index"> <div ng-repeat="pulldown in dashboard.nav" ng-controller="SubmenuCtrl" ng-show="editor.index == 4+$index">
<ng-include ng-show="pulldown.enable" src="edit_path(pulldown.type)"></ng-include> <ng-include ng-show="pulldown.enable" src="edit_path(pulldown.type)"></ng-include>
<button ng-hide="pulldown.enable" class="btn" ng-click="pulldown.enable = true">Enable the {{pulldown.type}}</button> <button ng-hide="pulldown.enable" class="btn" ng-click="pulldown.enable = true">Enable the {{pulldown.type}}</button>
</div> </div>
......
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