mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 00:08:44 -03:30
Making network credential ssh-key optional
This commit is contained in:
@@ -165,7 +165,6 @@ angular.module('CredentialsHelper', ['Utilities'])
|
|||||||
scope.password_required = true;
|
scope.password_required = true;
|
||||||
scope.passwordLabel = 'Password';
|
scope.passwordLabel = 'Password';
|
||||||
scope.sshKeyDataLabel = 'SSH Key';
|
scope.sshKeyDataLabel = 'SSH Key';
|
||||||
scope.key_required = true;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user