mirror of https://github.com/apache/nifi.git
Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/nifi into develop
This commit is contained in:
commit
bf84ce6608
|
@ -252,7 +252,7 @@ nf.Common = {
|
|||
} else {
|
||||
$('#message-content').text(xhr.responseText);
|
||||
}
|
||||
} else if (xhr.status === 200) {
|
||||
} else if (xhr.status === 200 || xhr.status === 201) {
|
||||
$('#message-title').text('Parse Error');
|
||||
if ($.trim(xhr.responseText) === '') {
|
||||
$('#message-content').text('Unable to interpret response from NiFi.');
|
||||
|
|
Loading…
Reference in New Issue