Created attachment 1593437 [details] No Cancel button Description of problem: Cancel button is missing for comparing Hosts/Nodes, there is no possibility to go back or cancel the action. Version-Release number of selected component (if applicable): 5.10.7, 5.11 How reproducible: 100% Steps to Reproduce: 1. Go to Compute > Infrastructure > Hosts 2. Select some Hosts from the list (checkboxes) 3. Configuration > Compare Selected items Actual results: No Cancel button in the footer of the page, no possibility to cancel the action or to go back. Expected results: Cancel button present and working. Additional info: Cancel button is present for example while comparing items for example under Compute > Infra > VMs. I would expect the same here.
Note that Cancel button is missing in multiple screens (but not all of them), for comparing also other types of items (Templates, VMs), especially when displaying items as a nested list from Relationships table. But probably the same fix will be applicable to those as the fix for Hosts.
https://github.com/ManageIQ/manageiq-ui-classic/pull/6012
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/e14f94c3b920ce3c6d9b1910aac3a2d1d1a50387 commit e14f94c3b920ce3c6d9b1910aac3a2d1d1a50387 Author: Hilda Stastna <hstastna> AuthorDate: Tue Aug 13 12:25:45 2019 -0400 Commit: Hilda Stastna <hstastna> CommitDate: Tue Aug 13 12:25:45 2019 -0400 Allow canceling comparing Hosts Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1733295 app/controllers/application_controller/compare.rb | 6 + app/views/layouts/_compare.html.haml | 8 + config/routes.rb | 1 + 3 files changed, 15 insertions(+)