mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-25 17:31:48 -05:00
Fixed inventory groups not refreshing after group added. Fixed vault_password_confirm displaying when credential type not machine.
This commit is contained in:
@@ -270,6 +270,7 @@ angular.module('CredentialFormDefinition', [])
|
||||
"vault_password_confirm": {
|
||||
label: "Confirm Vault Password",
|
||||
type: 'password',
|
||||
ngShow: "kind.value == 'ssh'",
|
||||
addRequired: false,
|
||||
editRequired: false,
|
||||
awPassMatch: true,
|
||||
|
||||
Reference in New Issue
Block a user