Adding initial version for showing statistics for the server, and

database nodes.
This commit is contained in:
Ashesh Vashi
2016-05-16 01:57:59 +05:30
parent d1e2b902dc
commit 63b951baee
4 changed files with 348 additions and 2 deletions

View File

@@ -483,7 +483,15 @@ fieldset[disabled] .form-control {
width:25px;
}
.backgrid td.renderable:not(.editable):not(.delete-cell) {
.backgrid.presentation {
background-color: #EEEEEE;
}
.backgrid.presentation td.renderable {
padding: 3px;
}
.backgrid:not(.presentation) td.renderable:not(.editable):not(.delete-cell) {
background-color: #F1F1F1;
}

View File

@@ -2880,4 +2880,4 @@ var Grid = Backgrid.Grid = Backbone.View.extend({
});
return Backgrid;
}));
}));