mirror of
https://github.com/ansible/awx.git
synced 2026-01-24 16:01:20 -03:30
Job delete now uses job.url
This commit is contained in:
parent
1e0af7b82e
commit
d946ca052a
@ -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';
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user