mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 12:41:19 -03:30
fixed typo in network credential controller
This commit is contained in:
parent
bad789f497
commit
27a17a9f54
@ -579,7 +579,7 @@ export default
|
||||
scope.cloud_credential_name = "";
|
||||
}
|
||||
|
||||
if (data.summary_fields.cloud_credential) {
|
||||
if (data.summary_fields.network_credential) {
|
||||
scope.network_credential_name = data.summary_fields.network_credential.name;
|
||||
scope.network_credential_url = data.related.network_credential
|
||||
.replace('api/v1', '#');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user