mirror of
https://github.com/ansible/awx.git
synced 2026-01-24 16:01:20 -03:30
update v1 credential deletion prompt queries
This commit is contained in:
parent
adb768bed3
commit
d4301bd9bd
@ -107,7 +107,7 @@ function setDependentResources (id) {
|
||||
{
|
||||
model: new JobTemplate(),
|
||||
params: {
|
||||
credential: id,
|
||||
credentials__id: id,
|
||||
ask_credential_on_launch: false
|
||||
}
|
||||
},
|
||||
@ -120,7 +120,7 @@ function setDependentResources (id) {
|
||||
{
|
||||
model: new InventorySource(),
|
||||
params: {
|
||||
credential: id
|
||||
credentials__id: id
|
||||
}
|
||||
}
|
||||
];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user