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