pgAdmin 4 commit: Dashboards v1 - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Dashboards v1
Date
Msg-id E1ayLRP-0002JK-NM@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Dashboards v1

Branch
------
master

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

Modified Files
--------------
web/pgadmin/browser/server_groups/__init__.py      |    4 +-
.../browser/server_groups/servers/__init__.py      |   22 +-
.../servers/templates/servers/servers.js           |   14 +
.../browser/templates/browser/js/browser.js        |    6 +-
web/pgadmin/dashboard/__init__.py                  |  279 +-
web/pgadmin/dashboard/static/css/dashboard.css     |   55 +
web/pgadmin/dashboard/static/img/welcome_logo.png  |  Bin 0 -> 22526 bytes
.../templates/dashboard/database_dashboard.html    |   91 +-
.../dashboard/templates/dashboard/js/dashboard.js  |  863 ++-
.../templates/dashboard/server_dashboard.html      |   94 +-
.../templates/dashboard/sql/9.1_plus/activity.sql  |   13 +
.../templates/dashboard/sql/9.1_plus/bio_stats.sql |    3 +
.../templates/dashboard/sql/9.1_plus/config.sql    |   10 +
.../templates/dashboard/sql/9.1_plus/locks.sql     |   23 +
.../templates/dashboard/sql/9.1_plus/prepared.sql  |   12 +
.../dashboard/sql/9.1_plus/session_stats.sql       |    4 +
.../templates/dashboard/sql/9.1_plus/ti_stats.sql  |    4 +
.../templates/dashboard/sql/9.1_plus/to_stats.sql  |    3 +
.../templates/dashboard/sql/9.1_plus/tps_stats.sql |    4 +
.../templates/dashboard/welcome_dashboard.html     |   78 +-
web/pgadmin/static/css/overrides.css               |    2 +-
web/pgadmin/static/js/flotr2/bean-min.js           |   10 +
web/pgadmin/static/js/flotr2/bean.js               |  503 ++
web/pgadmin/static/js/flotr2/flotr2.amd.js         | 5642 ++++++++++++++++++++
web/pgadmin/templates/base.html                    |   11 +-
web/pgadmin/utils/menu.py                          |    5 +-
26 files changed, 7638 insertions(+), 117 deletions(-)


pgadmin-hackers by date:

Previous
From: Harshal Dhumal
Date:
Subject: Re: PATCH: FTS configuration node
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Ensure we update the error message on dashboard grids