Added relative/absolute/since time selector. Moved refresh func out to panel

This commit is contained in:
Rashid Khan
2013-02-04 17:05:36 -07:00
parent a73242cae5
commit 834e63a123
21 changed files with 2004 additions and 473 deletions
+5
View File
@@ -0,0 +1,5 @@
<form name="refreshPopover" class='form-inline' style="margin:0px">
<label><small>Interval (seconds)</small></label>
<input type="number" class="input-mini" ng-model="refresh_interval">
<button type="button" class="btn" ng-click="panel.refresh.interval=refresh_interval;dismiss()"><i class="icon-check"></i></button>
</form>