pgAdmin 4 commit: Allow dashboard tables and charts to beenabled/disab

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Allow dashboard tables and charts to beenabled/disab
Дата
Msg-id E1eqEx6-0005FL-QS@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Allow dashboard tables and charts to be enabled/disabled. Fixes #2951

Branch
------
master

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

Modified Files
--------------
.../en_US/images/preferences_dashboard_display.png |  Bin 0 -> 333609 bytes
docs/en_US/preferences.rst                         |    8 +
web/pgadmin/dashboard/__init__.py                  |   28 +-
web/pgadmin/dashboard/static/js/dashboard.js       | 1130 ++++++++++----------
.../templates/dashboard/database_dashboard.html    |   32 +-
.../templates/dashboard/server_dashboard.html      |   31 +-
web/pgadmin/dashboard/tests/__init__.py            |    8 +
.../dashboard/tests/test_dashboard_templates.py    |  279 +++++
8 files changed, 958 insertions(+), 558 deletions(-)


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

Предыдущее
От: Murtuza Zabuawala
Дата:
Сообщение: Re: PoC electron and pgAdmin4
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][RM#2951] Allow user to disable graphs and activity grid