adding the template for the global config

This commit is contained in:
Spencer Alger 2014-02-28 13:19:20 -07:00
parent 7f1f6c6fb9
commit 9b99c18b0f

View file

@ -0,0 +1,12 @@
<div class="form-group">
<label class="control-label">Auto-Refresh</label>
<select
class="form-control"
name="fetchInterval"
ng-model="opts.activeFetchInterval"
ng-options="opt.display for opt in opts.fetchIntervals">
</select>
</div>
<button type="submit" class="btn btn-default">
<i class="fa fa-save"></i> Save
</button>