1
0
Fork 0

Merge branch 'devel' of https://github.com/arangodb/arangodb into devel

This commit is contained in:
Kaveh Vahedipour 2016-10-27 15:18:23 +02:00
commit 32049dd2c5
2 changed files with 3 additions and 3 deletions

View File

@ -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) {

View File

@ -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) {