mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 04:10:44 -03:30
Fixed error message when launching adhoc command
This commit is contained in:
parent
3d12e040ed
commit
b402d9ba6d
@ -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