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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Allow queries to be cancelled from the dashboard,and
Дата
Msg-id E1dlGzI-0004Mn-JG@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: Re: pgAdmin 4 commit: Greenplum specific DDL and Dashboard display changes.
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Allow user to cancel long running queries from dashboard