pgAdmin 4 commit: Include wait information on the activity tab of the d - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Include wait information on the activity tab of the d
Date
Msg-id E1bvCgB-0004GD-K7@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Include wait information on the activity tab of the dashboards. Fixes #1859

Branch
------
master

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

Modified Files
--------------
web/pgadmin/dashboard/__init__.py                  | 21 +++++++--
.../templates/dashboard/database_dashboard.html    |  2 +-
.../dashboard/templates/dashboard/js/dashboard.js  | 50 +++++++++++++++++++++-
.../templates/dashboard/server_dashboard.html      |  2 +-
.../templates/dashboard/sql/9.1_plus/activity.sql  |  3 +-
.../templates/dashboard/sql/9.6_plus/activity.sql  | 15 +++++++
.../templates/dashboard/sql/9.6_plus/bio_stats.sql |  3 ++
.../templates/dashboard/sql/9.6_plus/config.sql    | 10 +++++
.../templates/dashboard/sql/9.6_plus/locks.sql     | 23 ++++++++++
.../templates/dashboard/sql/9.6_plus/prepared.sql  | 12 ++++++
.../dashboard/sql/9.6_plus/session_stats.sql       |  4 ++
.../templates/dashboard/sql/9.6_plus/ti_stats.sql  |  4 ++
.../templates/dashboard/sql/9.6_plus/to_stats.sql  |  3 ++
.../templates/dashboard/sql/9.6_plus/tps_stats.sql |  4 ++
14 files changed, 148 insertions(+), 8 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: Fixed RM 1603 & RM 1220
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Cleanup the dashboard tables a little for readability