pgAdmin 4 commit: Realtime preference handling for the Dashboards and D

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Realtime preference handling for the Dashboards and D
Date: 2018-07-24 15:31:48
Message-ID: E1fhzHw-0004sE-1Q@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Realtime preference handling for the Dashboards and Debugger. Fixes #3294

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f7e43d5e506e65ef75f07fecd3913966cd85baf7
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_3_2.rst | 2 +-
web/pgadmin/browser/static/js/panel.js | 7 +-
web/pgadmin/dashboard/__init__.py | 24 +-
web/pgadmin/dashboard/static/css/dashboard.css | 8 +-
web/pgadmin/dashboard/static/js/dashboard.js | 547 +++++++++++----------
.../templates/dashboard/database_dashboard.html | 191 ++++---
.../templates/dashboard/server_dashboard.html | 210 ++++----
.../dashboard/tests/test_dashboard_templates.py | 263 ----------
web/pgadmin/static/js/keyboard_shortcuts.js | 11 +-
web/pgadmin/tools/debugger/__init__.py | 34 +-
web/pgadmin/tools/debugger/static/js/debugger.js | 22 +-
web/pgadmin/tools/debugger/static/js/direct.js | 119 +++--
.../tools/debugger/templates/debugger/direct.html | 38 +-
13 files changed, 590 insertions(+), 886 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-07-24 15:31:53 Re: [pgAdmin4][RM3294] User need to reset the layout to see the changed preferences parameters
Previous Message Aditya Toshniwal 2018-07-24 13:11:34 Re: [pgAdmin4][RM3294] User need to reset the layout to see the changed preferences parameters