mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
adding the template for the global config
This commit is contained in:
parent
7f1f6c6fb9
commit
9b99c18b0f
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