Description of problem: When opening `My Settings`, there's no option for the physical infrastructure provider quadicons, the providers screen displays always the quad view in grid mode. Version-Release number of selected component (if applicable): 5.9.0.22.20180221205805_f93a675 How reproducible: Steps to Reproduce: 1. Have a physical infra provider 2. Open `Compute -> Physical Infra -> Providers` 3. Switch the page to grid view ---------------------- 1. Go to `My Settings` in the top-right corner's dropdown 2. Look for the `Show Physical Infras Provider Quadrants` switch Actual results: Quadicon switch for physical infra providers is missing and so the physical infra provider page renders quad icons only. Expected results: Quadicon switch for physical infra providers should be available and when set to `false` it should render single icons on the physical infra provider page. Additional info:
https://github.com/ManageIQ/manageiq-ui-classic/pull/3624
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/42f1da473dc49115f7b4b4db1600b9d9aece33cb commit 42f1da473dc49115f7b4b4db1600b9d9aece33cb Author: Dávid Halász <dhalasz> AuthorDate: Wed Mar 14 10:39:11 2018 -0400 Commit: Dávid Halász <dhalasz> CommitDate: Wed Mar 14 10:39:11 2018 -0400 Support single quad for Physical Infrastructure Provider quadicons Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1555389 app/controllers/application_controller.rb | 19 +- app/controllers/configuration_controller.rb | 1 + app/helpers/quadicon_helper.rb | 7 +- app/views/configuration/_ui_1.html.haml | 19 +- 4 files changed, 25 insertions(+), 21 deletions(-)
Successfully verified this bug using a 5.10.0.23 appliance.