pgAdmin 4 commit: Allow dashboard tables and charts to beenabled/disab - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Allow dashboard tables and charts to beenabled/disab
Date
Msg-id E1eqEx6-0005FL-QS@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Murtuza Zabuawala
Date:
Subject: Re: PoC electron and pgAdmin4
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][RM#2951] Allow user to disable graphs and activity grid