Skip to content

Commit

Permalink
Merge pull request #12683 from epwinchell/provisioing_dialog
Browse files Browse the repository at this point in the history
remove scrollable tables from provisioning dialog
  • Loading branch information
Dan Clarizio committed Nov 16, 2016
2 parents 5cc7c4a + f6ad020 commit 3b29703
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- options = @edit || @options
- id = options.try(:[], :req_id) || "new"

#prov_configured_system_div{:style => "height: 150px; overflow: auto;"}
#prov_configured_system_div
%table.table.table-bordered.table-striped
%thead
%tr
Expand Down
2 changes: 1 addition & 1 deletion app/views/miq_request/_prov_ds_grid.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#prov_ds_div{:style => "height: 150px; overflow: auto;"}
#prov_ds_div
%table.table.table-bordered.table-striped.table-hover.table-selectable
%thead
%tr
Expand Down
2 changes: 1 addition & 1 deletion app/views/miq_request/_prov_host_grid.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#prov_host_div{:style => "height: 150px; overflow: auto;"}
#prov_host_div
%table.table.table-bordered.table-hover.table-striped.table-selectable
%thead
%tr
Expand Down
2 changes: 1 addition & 1 deletion app/views/miq_request/_prov_iso_img_grid.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#prov_iso_img_div{:style => "height: 150px; overflow: auto;"}
#prov_iso_img_div
%table.table.table-bordered.table-striped.table-hover.table-selectable
%thead
%tr
Expand Down
2 changes: 1 addition & 1 deletion app/views/miq_request/_prov_pxe_img_grid.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#prov_pxe_img_div{:style => "height: 150px; overflow: auto;"}
#prov_pxe_img_div
%table.table.table-bordered.table-hover.table-striped.table-selectable
%thead
%tr
Expand Down
2 changes: 1 addition & 1 deletion app/views/miq_request/_prov_template_grid.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#prov_template_div{:style => "height: 150px; overflow: auto;"}
#prov_template_div
%table.table.table-bordered.table-striped.table-hover.table-selectable
%thead
%tr
Expand Down
2 changes: 1 addition & 1 deletion app/views/miq_request/_prov_vc_grid.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#prov_vc_div{:style => "height: 150px; overflow: auto;"}
#prov_vc_div
%table.table.table-bordered.table-striped.table-hover.table-selectable
%thead
%tr
Expand Down
2 changes: 1 addition & 1 deletion app/views/miq_request/_prov_windows_image_grid.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#prov_windows_image_div{:style => "height: 150px; overflow: auto;"}
#prov_windows_image_div
%table.table.table-bordered.table-striped.table-hover.table-selectable
%thead
%tr
Expand Down

0 comments on commit 3b29703

Please sign in to comment.