mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Adding initial version for showing statistics for the server, and
database nodes.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -2880,4 +2880,4 @@ var Grid = Backgrid.Grid = Backbone.View.extend({
|
||||
|
||||
});
|
||||
return Backgrid;
|
||||
}));
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user