mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
e832d062ab
commit
da51345087
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
<tr
|
||||
ng-repeat="range in agg.params.ranges track by $index">
|
||||
<td class="kbn-timepicker">
|
||||
<td>
|
||||
<input
|
||||
aria-labelledby="visEditorDateRangeFrom{{agg.id}}"
|
||||
ng-model="range.from"
|
||||
|
@ -20,7 +20,7 @@
|
|||
class="form-control"
|
||||
name="range.from" />
|
||||
</td>
|
||||
<td class="kbn-timepicker">
|
||||
<td>
|
||||
<input
|
||||
aria-labelledby="visEditorDateRangeTo{{agg.id}}"
|
||||
ng-model="range.to"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue