mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 01:21:21 +03:00
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…
Reference in New Issue
Block a user