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

This commit is contained in:
Tim Roes 2017-11-10 16:31:14 +01:00 committed by GitHub
parent 9fa4a0435c
commit 30238e8744
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"