Created attachment 1267521 [details] screen shots Description of problem: in cfme 5.8 table "selectors" under replicators was changed to "Node selectors" Version-Release number of selected component (if applicable): cfme-5.8.0.8-alpha1.1.el7cf.x86_64 How reproducible: 100% Steps to Reproduce: 1. deploy cfme 5.8 and add it as container provider to cfme 2. log in to cfme and navigate to computes -> containers -> replicators 3. select a replicator 4. in openshift run: oc descrive rc <replicator name> Actual results: in cfme the "selector" table was re-named to "node selectors" in openshift, the selectors are still named selectors Expected results: we should either document the change if it was done based on a request or change it back to selector. Additional info:
fix in the following PR: https://github.com/ManageIQ/manageiq-ui-classic/pull/923