pgAdmin 4 commit: Adding initial version for showing statistics for the - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Adding initial version for showing statistics for the
Date
Msg-id E1b22e8-0005Gp-BU@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Adding initial version for showing statistics for the server, and
database nodes.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=63b951baeec2c2706508f7cbc197c061dc85e954

Modified Files
--------------
web/pgadmin/misc/statistics/__init__.py            |  37 +++
.../misc/statistics/static/js/statistics.js        | 301 +++++++++++++++++++++
web/pgadmin/static/css/overrides.css               |  10 +-
web/pgadmin/static/js/backgrid/backgrid.js         |   2 +-
4 files changed, 348 insertions(+), 2 deletions(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: [pgAdmin4] [Patch]: Foreign Table Module
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Adding backup as a allowed file type in the backup ut