mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
Job delete now uses job.url
This commit is contained in:
@@ -395,7 +395,7 @@ function(Find, GetBasePath, Rest, Wait, ProcessErrors, Prompt){
|
|||||||
action_label = 'cancel';
|
action_label = 'cancel';
|
||||||
hdr = 'Cancel Job';
|
hdr = 'Cancel Job';
|
||||||
} else {
|
} else {
|
||||||
url = job.related.cancel; //GetBasePath('unified_jobs') + id + '/';
|
url = job.url;
|
||||||
action_label = 'delete';
|
action_label = 'delete';
|
||||||
hdr = 'Delete Job';
|
hdr = 'Delete Job';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user