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 dashboards. Fi |
Date: | 2017-07-24 11:13:28 |
Message-ID: | E1dZbIm-0006Gq-C6@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Allow queries to be cancelled from the dashboards. Fixes #1812
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=617e9dbb3a466507a7cfdd6ba144c0dca5955dec
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
Modified Files
--------------
web/pgadmin/dashboard/__init__.py | 27 ++++
.../dashboard/templates/dashboard/js/dashboard.js | 165 ++++++++++++++++++++-
web/pgadmin/static/css/bootstrap.overrides.css | 10 +-
web/pgadmin/static/js/alerts/alertify_wrapper.js | 17 ++-
web/pgadmin/static/scss/_alert.scss | 33 +----
web/pgadmin/static/scss/_alertify.overrides.scss | 8 +-
6 files changed, 220 insertions(+), 40 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2017-07-24 11:14:39 | Re: [pgAdmin4][Patch]: Allow user to cancel long running queries from dashboard |
Previous Message | pgAdmin 4 Jenkins | 2017-07-24 11:13:19 | Jenkins build is back to normal : pgadmin4-master-python36 #257 |