mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
This commit is contained in:
commit
32049dd2c5
|
@ -454,7 +454,9 @@
|
|||
},
|
||||
|
||||
arangoError: function (title, content, info) {
|
||||
window.App.notificationList.add({title: title, content: content, info: info, type: 'error'});
|
||||
if (!$('#offlinePlaceholder').is(':visible')) {
|
||||
window.App.notificationList.add({title: title, content: content, info: info, type: 'error'});
|
||||
}
|
||||
},
|
||||
|
||||
arangoWarning: function (title, content, info) {
|
||||
|
|
|
@ -108,8 +108,6 @@
|
|||
|
||||
if ($('#content').is(':empty')) {
|
||||
arangoHelper.renderEmpty('Please wait. Requesting cluster information...', 'fa fa-spin fa-circle-o-notch');
|
||||
} else {
|
||||
console.log('not empty');
|
||||
}
|
||||
|
||||
if (navi !== false) {
|
||||
|
|
Loading…
Reference in New Issue