Skip to content

Commit

Permalink
Fix broken date range look, fix #12731 (#14837) (#14954)
Browse files Browse the repository at this point in the history
  • Loading branch information
timroes authored Nov 15, 2017
1 parent e832d06 commit da51345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/public/agg_types/controls/date_ranges.html
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit da51345

Please sign in to comment.