pgAdmin 4 commit: Make Statistics, Dependencies, Dependants tabs closab

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Make Statistics, Dependencies, Dependants tabs closab
Date: 2021-02-03 07:16:45
Message-ID: E1l7CP7-0000iX-AQ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Make Statistics, Dependencies, Dependants tabs closable and the user can add them back using the 'Add panel' option. Fixes #5091

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_5_0.rst | 1 +
web/pgadmin/browser/static/js/browser.js | 15 +-
web/pgadmin/browser/static/js/panel.js | 30 +--
web/pgadmin/dashboard/static/js/dashboard.js | 7 +-
.../misc/dependencies/static/js/dependencies.js | 215 ++++++++++++--------
.../misc/dependents/static/js/dependents.js | 217 +++++++++++++--------
.../misc/statistics/static/js/statistics.js | 119 ++++-------
7 files changed, 335 insertions(+), 269 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-02-03 07:29:46 Re: Quick search for menu items & help articles
Previous Message Murtuza Zabuawala 2021-02-03 06:23:49 Re: Quick search for menu items & help articles