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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow the dashboard panel to be closed. Fixes #2506
Date: 2017-06-30 09:11:37
Message-ID: E1dQrxh-0000cX-Vw@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)vashi(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-06-30 09:11:54 Re: [pgAdmin4][Patch]: Feature #2506 - Allow the dashboard panel to be closed
Previous Message Dave Page 2017-06-30 09:03:30 Re: [pgAdmin4][Patch]: Fixed RM #2489: Copy from the results grid is extremely slow and fails with large datasets