adding pbrun radio option and input fields

This commit is contained in:
Jared Tabor
2015-03-27 17:42:04 -04:00
parent cd39b2e2e9
commit 1b9c050dc8
3 changed files with 30 additions and 2 deletions

View File

@@ -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");
}