mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 12:27:37 -02:30
Merge pull request #2670 from jaredevantabor/network_credential
Reset network credential on selection change
This commit is contained in:
@@ -181,6 +181,8 @@ angular.module('CredentialsHelper', ['Utilities'])
|
|||||||
scope.ssh_key_unlock_confirm = null;
|
scope.ssh_key_unlock_confirm = null;
|
||||||
scope.become_username = null;
|
scope.become_username = null;
|
||||||
scope.become_password = null;
|
scope.become_password = null;
|
||||||
|
scope.authorize = false;
|
||||||
|
scope.authorize_password = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Collapse or open help widget based on whether scm value is selected
|
// Collapse or open help widget based on whether scm value is selected
|
||||||
|
|||||||
Reference in New Issue
Block a user