mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 22:19:28 -02:30
Merge pull request #533 from mabashian/7720-adhoc-launch-error
Fixed error message when launching adhoc command
This commit is contained in:
@@ -93,7 +93,7 @@
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
.error(function (data, status) {
|
.error(function (data, status) {
|
||||||
ProcessErrors(scope, data, status, {
|
ProcessErrors(scope, data, status, null, {
|
||||||
hdr: 'Error!',
|
hdr: 'Error!',
|
||||||
msg: 'Failed to launch adhoc command. POST ' +
|
msg: 'Failed to launch adhoc command. POST ' +
|
||||||
'returned status: ' + status });
|
'returned status: ' + status });
|
||||||
|
|||||||
Reference in New Issue
Block a user