Fix broken date range look, fix #12731 (#14837) (#14954)

This commit is contained in:
Tim Roes 2017-11-15 09:08:34 +01:00 committed by GitHub
parent e832d062ab
commit da51345087
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"