pgAdmin 4 commit: Fixed issues related to porting of dependent, depende

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed issues related to porting of dependent, depende
Date: 2022-02-03 05:43:52
Message-ID: E1nFUuO-0004xY-Hx@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed issues related to porting of dependent, dependencies, and statistics panel.

refs #7016

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7a2716bf77e1d7dab092cf70d2e9cd6bdcf643ad
Author: Pradip Parkale <pradip(dot)parkale(at)enterprisedb(dot)com>

Modified Files
--------------
.../xss_checks_panels_and_query_tool_test.py | 7 ++--
.../misc/dependencies/static/js/Dependencies.jsx | 15 ++++----
.../misc/dependents/static/js/Dependents.jsx | 15 ++++----
web/pgadmin/misc/static/utils/utils.js | 44 ++++++++++++++++++++++
.../misc/statistics/static/js/Statistics.jsx | 25 ++++--------
web/pgadmin/static/js/components/PgTable.jsx | 16 ++++++--
6 files changed, 84 insertions(+), 38 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-02-03 05:44:30 Re: [pgAdmin][RM7016]: Port Dependent, dependencies, statistics panel to React.
Previous Message Pradip Parkale 2022-02-02 12:43:43 Re: [pgAdmin][RM7016]: Port Dependent, dependencies, statistics panel to React.