pgAdmin 4 commit: Adding initial version for showing statistics for the

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Adding initial version for showing statistics for the
Date: 2016-05-15 20:28:16
Message-ID: E1b22e8-0005Gp-BU@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-05-15 20:49:53 pgAdmin 4 commit: Adding backup as a allowed file type in the backup ut
Previous Message Ashesh Vashi 2016-05-15 20:12:34 Re: [pgAdmin4] [Patch]: Foreign Table Module