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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow dashboard tables and charts to be enabled/disab
Date: 2018-02-26 09:20:08
Message-ID: E1eqEx6-0005FL-QS@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)zabuawala(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-02-26 09:22:10 Re: [pgAdmin4][RM#2951] Allow user to disable graphs and activity grid
Previous Message Murtuza Zabuawala 2018-02-26 07:43:39 Re: PoC electron and pgAdmin4