Skip to content

Commit b5dc2f5

Browse files
Merge pull request #9171 from jeffibm/remove-multiple-title-provisioning
Remove multiple title for provisioning pages
2 parents 285602b + 960c92a commit b5dc2f5

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

app/stylesheet/miq-data-table.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,10 +253,15 @@
253253
.provision-instance-container {
254254
display: flex;
255255
flex-direction: column;
256+
margin-top: 20px;
256257

257258
.provision-instance-list {
258-
height: calc(100vh - 255px);
259+
height: calc(100vh - 200px);
259260
overflow: auto;
261+
262+
.miq-data-table {
263+
margin-top: 0;
264+
}
260265
}
261266
.provision-instance-actions {
262267

app/views/miq_request/_pre_prov.html.haml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
- id = @edit[:req_id] || "new"
55
- hide_deprecated_url = url_for_only_path(:action => "vm_pre_prov", :template_klass => params[:template_klass], :id => id.to_s)
66

7-
%h3
8-
= _("Provision %{what} based on the selected %{type}") % {:what => ui_lookup(:tables => request.parameters[:controller]), :type => typ}
9-
%label
107
= react('FilterProvisionInstance', {:hideDeprecated => @edit[:hide_deprecated_templates], :searchText => params[:search_text] || '', :url => hide_deprecated_url, :showCheckbox => show_checkbox})
118

129
.provision-instance-container

0 commit comments

Comments
 (0)