mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
cc0798f696
1 changed files with 12 additions and 0 deletions
12
src/kibana/partials/global_config.html
Normal file
12
src/kibana/partials/global_config.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue