mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Merge pull request #3223 from jimmyjones2/clickable
Make time rounding label clickable
This commit is contained in:
commit
9070bf5a8c
1 changed files with 8 additions and 6 deletions
|
@ -91,12 +91,14 @@
|
|||
</div>
|
||||
<br>
|
||||
<div class="small">
|
||||
<input
|
||||
ng-model="relative.round"
|
||||
ng-checked="relative.round"
|
||||
ng-change="formatRelative()"
|
||||
type="checkbox">
|
||||
round to the {{units[relative.unit]}}
|
||||
<label>
|
||||
<input
|
||||
ng-model="relative.round"
|
||||
ng-checked="relative.round"
|
||||
ng-change="formatRelative()"
|
||||
type="checkbox">
|
||||
round to the {{units[relative.unit]}}
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue