Merge remote-tracking branch 'origin/QA_4_0' into QA_4_0
This commit is contained in:
commit
60211d45f7
@ -2117,7 +2117,8 @@ AJAX.registerOnload('server_status_monitor.js', function() {
|
||||
}, function(data) {
|
||||
if (data.success == true) {
|
||||
data = data.message;
|
||||
} else {
|
||||
}
|
||||
if (data.error) {
|
||||
$('#queryAnalyzerDialog div.placeHolder').html('<div class="error">' + data.error + '</div>');
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user