mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 17:28:51 -03:30
Fixed error message when launching adhoc command
This commit is contained in:
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user