Description of problem: On the Diagnostics Server page, I am unable to select the rows, and the configuration dropdown in the toolbar stays disabled. Because of this, I am unable to restart worker processes from the OPS UI. Last working in 5.9.8.1 - The rows include a checkbox for selection in 5.9.z versions. In 5.10.0, this checkbox has been removed and rows are not select-able. Version-Release number of selected component (if applicable): 5.10.0.33 How reproducible: 100% Steps to Reproduce: 1. Login as admin/super-admin 2. Navigate to Configuration, select Diagnostics accordion item 3. Select 'Workers' tab for a region+zone+server Actual results: Rows cannot be selected, configuration dropdown is disabled. Expected results: Rows can be selected (multi-select too) and the configuration dropdown menu becomes enabled, allowing for restart of worker processes. Additional info:
Behavior observed in both Firefox and Chrome.
Fixing in OUI PR https://github.com/ManageIQ/manageiq-ui-classic/pull/5223
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/d7bf3cd6a0cfc92495fd2f3653c502054536368c commit d7bf3cd6a0cfc92495fd2f3653c502054536368c Author: Dávid Halász <dhalasz> AuthorDate: Tue Feb 5 22:25:21 2019 -0500 Commit: Dávid Halász <dhalasz> CommitDate: Tue Feb 5 22:25:21 2019 -0500 Display missing checkboxes for workers under Diagnostics Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1672758 app/controllers/ops_controller/diagnostics.rb | 2 +- spec/controllers/ops_controller/diagnostics_spec.rb | 26 + 2 files changed, 27 insertions(+), 1 deletion(-)
Fixed and verified in 5.11.0.2.20190430174828_0e34dea