Created attachment 1269410 [details] screen shot Description of problem: when I get the lables from pod describe in openshift the info is sorted alphabetically but in the cfme I see it in reversed alphabetical order. Version-Release number of selected component (if applicable): cfme-5.8.0.9-alpha2.1.el7cf.x86_64 How reproducible: 100% Steps to Reproduce: 1. in openshift log in to project default and run describe on router pod 2. in cfme navigate to compute -> containers -> pods -> select the router pod 3. Actual results: in openshift we would see the lables in alphabetical order (a-z)while in cfme its reverse alphabetical (z-a) Expected results: cfme should show alphabetical order in tables in which you cannot sort the info Additional info: screen shot Labels: deployment=router-1 deploymentconfig=router router=router
fixed in https://github.com/ManageIQ/manageiq-ui-classic/pull/1053
Created attachment 1351893 [details] verified issue