Skip to content

Commit

Permalink
Merge pull request #1084 from epwinchell/c_and_u_gap_calendar_fix
Browse files Browse the repository at this point in the history
Fix calendar position on C & U gap collection tab
(cherry picked from commit 8c609eb)

https://bugzilla.redhat.com/show_bug.cgi?id=1446787
  • Loading branch information
h-kataria authored and simaishi committed Apr 28, 2017
1 parent a0d9d4b commit adce7dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/ops/_diagnostics_cu_repair_tab.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
= datepicker_input_tag("miq_date_1", |
@edit[:new][:start_date], |
:readonly => true, |
"data-date-orientation" => "bottom", |
"data-miq_observe_date" => url_json) |
.form-group
%label.col-md-2.control-label
Expand All @@ -34,6 +35,7 @@
= datepicker_input_tag("miq_date_2", |
@edit[:new][:end_date], |
:readonly => true, |
"data-date-orientation" => "bottom", |
"data-miq_observe_date" => url_json) |

.note= _("Note: Gap Collection is only available for VMware vSphere Infrastructures")

0 comments on commit adce7dc

Please sign in to comment.