Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/nifi into develop

This commit is contained in:
Mark Payne 2015-07-31 09:18:30 -04:00
commit bf84ce6608
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ nf.Common = {
} else { } else {
$('#message-content').text(xhr.responseText); $('#message-content').text(xhr.responseText);
} }
} else if (xhr.status === 200) { } else if (xhr.status === 200 || xhr.status === 201) {
$('#message-title').text('Parse Error'); $('#message-title').text('Parse Error');
if ($.trim(xhr.responseText) === '') { if ($.trim(xhr.responseText) === '') {
$('#message-content').text('Unable to interpret response from NiFi.'); $('#message-content').text('Unable to interpret response from NiFi.');