mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -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';
|
||||
hdr = 'Cancel Job';
|
||||
} else {
|
||||
url = job.related.cancel; //GetBasePath('unified_jobs') + id + '/';
|
||||
url = job.url;
|
||||
action_label = 'delete';
|
||||
hdr = 'Delete Job';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user