diff --git a/html/admin/css/layout.css b/html/admin/css/layout.css index 52ee5f5282..f7d5bd44a6 100644 --- a/html/admin/css/layout.css +++ b/html/admin/css/layout.css @@ -1,3 +1,7 @@ +.modal-backdrop, .modal-backdrop.fade.in { + opacity: 0.4 ; +} + select { border-radius: 2px 2px 2px 2px !important; } diff --git a/html/admin/js/arango/arango.js b/html/admin/js/arango/arango.js index daff86d665..1b4ee5423b 100644 --- a/html/admin/js/arango/arango.js +++ b/html/admin/js/arango/arango.js @@ -20,7 +20,7 @@ window.arangoHelper = { $.gritter.add({ title: "Notification:", text: message, - time: 800, + time: 3000, before_open: function(){ returnVal = true; } diff --git a/html/admin/js/views/collectionInfoView.js b/html/admin/js/views/collectionInfoView.js index 22b3ce898e..a3bd56ce7f 100644 --- a/html/admin/js/views/collectionInfoView.js +++ b/html/admin/js/views/collectionInfoView.js @@ -117,6 +117,7 @@ var collectionInfoView = Backbone.View.extend({ 'Type'+ 'Count'+ 'Filesize (MB)'+ + 'Info'+ ''+ ''+ 'Datafiles'+ @@ -124,6 +125,10 @@ var collectionInfoView = Backbone.View.extend({ ''+ this.roundNumber(this.data.figures.datafiles.fileSize / 1024 / 1024 , 2)+ ''+ + ''+ + ''+ + ''+ + ''+ ''+ ''+ 'Journals'+ @@ -131,6 +136,10 @@ var collectionInfoView = Backbone.View.extend({ ''+ this.roundNumber(this.data.figures.journals.fileSize / 1024 / 1024 , 2)+ ''+ + ''+ + ''+ + ''+ + ''+ ''+ ''+ @@ -138,14 +147,23 @@ var collectionInfoView = Backbone.View.extend({ ''+ 'Type'+ 'Count'+ + 'Info'+ ''+ ''+ 'Shapes'+ ''+this.data.figures.shapes.count+''+ + ''+ + ''+ + ''+ + ''+ ''+ ''+ 'Attributes'+ ''+this.data.figures.attributes.count+''+ + ''+ + ''+ + ''+ + ''+ ''+ ''+ @@ -155,6 +173,7 @@ var collectionInfoView = Backbone.View.extend({ 'Count'+ 'Size (MB)'+ 'Deletion'+ + 'Info'+ ''+ ''+ 'Alive'+ @@ -163,6 +182,10 @@ var collectionInfoView = Backbone.View.extend({ this.roundNumber(this.data.figures.alive.size/1024/1024, 2)+ ''+ ' - '+ + ''+ + ''+ + ''+ + ''+ ''+ ''+ 'Dead'+ @@ -171,6 +194,10 @@ var collectionInfoView = Backbone.View.extend({ this.roundNumber(this.data.figures.dead.size/1024/1024, 2)+ ''+ ''+this.data.figures.dead.deletion+''+ + ''+ + ''+ + ''+ + ''+ ''+ ''