Merge pull request #533 from mabashian/7720-adhoc-launch-error

Fixed error message when launching adhoc command
This commit is contained in:
Michael Abashian
2017-10-19 11:11:44 -04:00
committed by GitHub

View File

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