working commit of passphrase disabling

This commit is contained in:
John Mitchell
2015-07-27 15:18:52 -04:00
parent 2d79402a9c
commit f080339b9a
3 changed files with 52 additions and 3 deletions

View File

@@ -275,6 +275,7 @@ export default
ngShow: "kind.value == 'ssh' || kind.value == 'scm'",
addRequired: false,
editRequired: false,
ngDisabled: "keyEntered === false",
ask: true,
hasShowInputButton: true,
askShow: "kind.value == 'ssh'", // Only allow ask for machine credentials