Fixed error message when launching adhoc command

This commit is contained in:
mabashian
2017-10-17 14:42:24 -04:00
parent 3d12e040ed
commit b402d9ba6d

View File

@@ -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 });