pgAdmin 4 commit: Allow queries to be cancelled from the dashboard,and - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Allow queries to be cancelled from the dashboard,and
Date
Msg-id E1dlGzI-0004Mn-JG@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Allow queries to be cancelled from the dashboard, and display additional info in the subnode control. Fixes #2597

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=74db8374173fe42112c9ed9c3477c6301337e290
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
web/pgadmin/dashboard/static/css/dashboard.css     |  80 ++++++++++++++++
web/pgadmin/dashboard/static/js/dashboard.js       | 104 +++++++++++++++++++++
.../templates/dashboard/sql/9.6_plus/activity.sql  |   8 +-
.../templates/dashboard/sql/default/activity.sql   |   7 +-
web/pgadmin/static/js/backgrid.pgadmin.js          |   8 +-
5 files changed, 200 insertions(+), 7 deletions(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: pgAdmin 4 commit: Greenplum specific DDL and Dashboard display changes.
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: Allow user to cancel long running queries from dashboard