mirror of
https://github.com/ansible/awx.git
synced 2026-05-18 06:47:41 -02:30
update v1 credential deletion prompt queries
This commit is contained in:
@@ -107,7 +107,7 @@ function setDependentResources (id) {
|
|||||||
{
|
{
|
||||||
model: new JobTemplate(),
|
model: new JobTemplate(),
|
||||||
params: {
|
params: {
|
||||||
credential: id,
|
credentials__id: id,
|
||||||
ask_credential_on_launch: false
|
ask_credential_on_launch: false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -120,7 +120,7 @@ function setDependentResources (id) {
|
|||||||
{
|
{
|
||||||
model: new InventorySource(),
|
model: new InventorySource(),
|
||||||
params: {
|
params: {
|
||||||
credential: id
|
credentials__id: id
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user