pgAdmin 4 commit: Allow queries to be cancelled from the dashboard, and

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow queries to be cancelled from the dashboard, and
Date: 2017-08-25 15:57:36
Message-ID: E1dlGzI-0004Mn-JG@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)zabuawala(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-08-25 15:57:46 Re: [pgAdmin4][Patch]: Allow user to cancel long running queries from dashboard
Previous Message Ashesh Vashi 2017-08-25 15:44:57 Re: pgAdmin 4 commit: Greenplum specific DDL and Dashboard display changes.