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.va...@enterprisedb.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(-)