Julian, we moved this from User Experience to Providers BZ Component. Can you check on this? I'm not sure if the UI is using backend queries to construct this data, or doing something on the front end to select the right data. If it's all built in the front end, we can have Harpreet look at it.
https://github.com/ManageIQ/manageiq-ui-classic/pull/3578
Same problem which is solved by this PR: compare button in: * Compute -> Infrastructure -> Clusters [reported in this bug] * Compute -> Infrastructure -> Hosts * Compute -> Infrastructure -> Virtual Machines * Compute -> Clouds -> Instances
also applicable to: * Compute -> Clouds -> Availability Zones -> [detail] -> Instances and Drifts (similar problem, but different code): * Compute -> Infrastructure -> Clusters -> [detail] * Compute -> Infrastructure -> Hosts -> [detail] then button Perform Smart state analysis (at least twice) -> Refresh page and goto Drift history -> Check 2+ histories and push button Select Up to 10 timestamps for Drift Analysis
New commits detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/4a04f4f93ce4c7000e1c8008976d5b59757cb5ed commit 4a04f4f93ce4c7000e1c8008976d5b59757cb5ed Author: Martin Slemr <mslemr> AuthorDate: Mon Mar 12 12:01:55 2018 -0400 Commit: Martin Slemr <mslemr> CommitDate: Mon Mar 12 12:01:55 2018 -0400 Repairs compare cluster's counter Computes counter in brackets when "same" or "diff" filter used Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1469111 app/controllers/application_controller/compare.rb | 27 +- 1 file changed, 25 insertions(+), 2 deletions(-) https://github.com/ManageIQ/manageiq-ui-classic/commit/aacc5e3908b60bb232f7010b9b9afb66868fbefd commit aacc5e3908b60bb232f7010b9b9afb66868fbefd Author: Martin Slemr <mslemr> AuthorDate: Wed Mar 14 12:43:34 2018 -0400 Commit: Martin Slemr <mslemr> CommitDate: Wed Mar 14 12:43:34 2018 -0400 Tests compare cluster's counter Computes counter in brackets when "same" or "diff" filter used Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1469111 spec/controllers/application_controller/compare_spec.rb | 139 + 1 file changed, 139 insertions(+) https://github.com/ManageIQ/manageiq-ui-classic/commit/aad923b7fa327adcf7e186eed5d87be689b112ce commit aad923b7fa327adcf7e186eed5d87be689b112ce Author: Martin Slemr <mslemr> AuthorDate: Wed Mar 14 12:53:12 2018 -0400 Commit: Martin Slemr <mslemr> CommitDate: Wed Mar 14 12:53:12 2018 -0400 Rubocop autofix Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1469111 spec/controllers/application_controller/compare_spec.rb | 15 +- 1 file changed, 5 insertions(+), 10 deletions(-) https://github.com/ManageIQ/manageiq-ui-classic/commit/2efe1bf86b1485fcd1537e2428237af24cdbbfa6 commit 2efe1bf86b1485fcd1537e2428237af24cdbbfa6 Author: Martin Slemr <mslemr> AuthorDate: Wed Mar 14 13:19:00 2018 -0400 Commit: Martin Slemr <mslemr> CommitDate: Wed Mar 14 13:19:00 2018 -0400 Review refactoring Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1469111 spec/controllers/application_controller/compare_spec.rb | 154 +- 1 file changed, 60 insertions(+), 94 deletions(-) https://github.com/ManageIQ/manageiq-ui-classic/commit/41646df50631fe98ab7d95ad96a67c40eb9a6c62 commit 41646df50631fe98ab7d95ad96a67c40eb9a6c62 Author: Martin Slemr <mslemr> AuthorDate: Mon Mar 19 13:46:21 2018 -0400 Commit: Martin Slemr <mslemr> CommitDate: Mon Mar 19 13:46:21 2018 -0400 Fixes drift's total counter Like compare's total counters, similar code Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1469111 app/controllers/application_controller/compare.rb | 124 +- spec/controllers/application_controller/compare_spec.rb | 136 +- 2 files changed, 171 insertions(+), 89 deletions(-)