Commit 5d2bd5d3 by Rashid Khan

Fixed minimum interval setting bug

parent a34e967c
......@@ -59,10 +59,10 @@
</div>
<div class="span2">
<label class="small"> Interval (seconds) </label>
<input type="number" array-join class="input-mini" ng-model="panel.refresh.interval">
<input type="number" class="input-mini" ng-model="panel.refresh.interval">
</div>
<div class="span3">
<label class="small"> Minimum Interval (seconds) </label>
<input type="number" array-join class="input-mini" ng-model="panel.refresh.min">
<input type="number" class="input-mini" ng-model="panel.refresh.min">
</div>
</div>
\ No newline at end of file
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