pgAdmin 4 commit: Allow the dashboard panel to be closed. Fixes #2506

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Allow the dashboard panel to be closed. Fixes #2506
Дата
Msg-id E1dQrxh-0000cX-Vw@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Allow the dashboard panel to be closed. Fixes #2506

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=501120701eecfda0fed14dcc11edf54f2ac333f3
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
web/pgadmin/browser/static/js/panel.js             | 38 +++++++++++++++++++++-
.../browser/templates/browser/js/browser.js        | 24 ++++++++------
web/pgadmin/dashboard/__init__.py                  |  8 +++--
.../dashboard/templates/dashboard/js/dashboard.js  | 10 +++++-
.../datagrid/templates/datagrid/js/datagrid.js     |  4 +--
.../debugger/templates/debugger/js/debugger.js     |  4 +--
.../debugger/templates/debugger/js/debugger_ui.js  |  2 +-
web/pgadmin/utils/menu.py                          |  4 ++-
8 files changed, 73 insertions(+), 21 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Fixed RM #2489: Copy from the results grid isextremely slow and fails with large datasets
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Feature #2506 - Allow the dashboard panel tobe closed