This works for me just fine. Is there perhaps an error log? Or an appliance showing this problem? Thanks.
https://github.com/ManageIQ/manageiq-ui-classic/pull/2698
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/bcbd67954fae4f73aea5902666da6b631803c8eb commit bcbd67954fae4f73aea5902666da6b631803c8eb Author: Milan Zazrivec <mzazrivec> AuthorDate: Fri Nov 10 19:42:58 2017 +0100 Commit: Milan Zazrivec <mzazrivec> CommitDate: Fri Nov 10 19:42:58 2017 +0100 Simplify ansibleCredentialOptions angular component We can pass options of the particular credential type to the component right away. That would make the whole component simpler. At the same time, this fix would resolve some obscure angular timing issues, which would lead to the credential form not being rendered correctly in certain situations. https://bugzilla.redhat.com/show_bug.cgi?id=1510855 .../javascripts/components/ansible-credential-options.js | 15 +-------------- app/views/ansible_credential/_credential_form.html.haml | 3 +-- 2 files changed, 2 insertions(+), 16 deletions(-)