Description of problem: When opening `My Settings`, there's no option for the network 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 network provider 2. Open `Networks -> 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 Network Provider Quadrants` switch Actual results: Quadicon switch for network providers is missing and so the network provider page renders quad icons only. Expected results: Quadicon switch for network providers should be available and when set to `false` it should render single icons on the network provider page. Additional info: Analogous with https://bugzilla.redhat.com/show_bug.cgi?id=1555389
https://github.com/ManageIQ/manageiq-ui-classic/pull/3628
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/c42ebdcfd41cffb1bc94435ee4e0c66c09c29838 commit c42ebdcfd41cffb1bc94435ee4e0c66c09c29838 Author: Dávid Halász <dhalasz> AuthorDate: Thu Mar 15 08:42:07 2018 -0400 Commit: Dávid Halász <dhalasz> CommitDate: Thu Mar 15 08:42:07 2018 -0400 Support single quad for Network Provider quadicons Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1556883 app/controllers/application_controller.rb | 1 + app/controllers/configuration_controller.rb | 1 + app/helpers/quadicon_helper.rb | 1 + app/views/configuration/_ui_1.html.haml | 1 + 4 files changed, 4 insertions(+)
Verified in 5.10.0.23. Network provider quadicon switch is displayed in My Settings and is working correctly.