Created attachment 1176381 [details] Overview Description of problem: There's nothing in the Containers --> Overview page How reproducible: Happens only on my current appliance, https://10.8.199.169/container_dashboard/show Steps to Reproduce: 1. Go to Compute --> Containers --> Overview Actual results: There's nothing in the page Expected results: There should be an overview of the system Additional info: Check the attached log and screenshot The current version is 5.6.0.13.20160624114606_13a9153
The fix was merged to master in https://github.com/ManageIQ/manageiq/pull/9390, but wasn't backported to darga. The PR introduces lots of JS changes that aren't relevant for the bug. I think the best solution will be to send a new PR, including only the fix, to darga branch.
(In reply to Daniel Korn from comment #2) > The fix was merged to master in > https://github.com/ManageIQ/manageiq/pull/9390, > but wasn't backported to darga. Does this bug happen On Darga? Do we need a zstream clone of this bug?
I am not sure how I can check it.. Maybe Daniel can answer?
(In reply to Mooli Tayer from comment #3) > (In reply to Daniel Korn from comment #2) > > The fix was merged to master in > > https://github.com/ManageIQ/manageiq/pull/9390, > > but wasn't backported to darga. > > Does this bug happen On Darga? yes, it does. > Do we need a zstream clone of this bug? probably yes, I added the flag. thanks Mooli!
Digging into the issue it turns out it was fixed and merged into master by two PRs, that weren't specifically addressing the bug, but making general JS changes: https://github.com/ManageIQ/manageiq/pull/9019 https://github.com/ManageIQ/manageiq/pull/9390 (same one I referred to in comment 2) I'm closing this BZ and will submit a PR to darga which could be tested by Pavel (relevant 5.6.z BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1357519)
Fixed, thanks Daniel