mirror of
https://github.com/ansible/awx.git
synced 2026-07-29 17:09:55 -02:30
adding pbrun radio option and input fields
This commit is contained in:
@@ -850,6 +850,9 @@ function($compile, Rest, GetBasePath, TextareaResize,CreateDialog, GenerateForm,
|
||||
if(data.su_password === "ASK"){
|
||||
passwords.push("su_password");
|
||||
}
|
||||
if(data.pbrun_password === "ASK"){
|
||||
passwords.push("pbrun_password");
|
||||
}
|
||||
if(data.vault_password === "ASK"){
|
||||
passwords.push("vault_password");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user