pgAdmin 4 commit: Fixed issues related to porting of properties collect

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 properties collect
Date: 2022-04-04 12:12:55
Message-ID: E1nbLZn-0006za-K5@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed issues related to porting of properties collection and dashboard.

refs #7132

Branch
------
master

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

Modified Files
--------------
web/package.json | 7 --
.../databases/extensions/static/js/extension.js | 3 +-
.../databases/extensions/static/js/extension.ui.js | 8 ++
.../schemas/operators/static/js/operator.js | 1 +
.../tables/partitions/static/js/partition.js | 2 +-
web/pgadmin/browser/static/js/collection.js | 8 +-
web/pgadmin/browser/static/js/node.js | 9 +--
web/pgadmin/browser/static/js/panel.js | 12 ++-
web/pgadmin/browser/static/js/panel_view.jsx | 4 +-
web/pgadmin/dashboard/static/js/ActiveQuery.ui.js | 4 +-
web/pgadmin/dashboard/static/js/Dashboard.jsx | 49 ++++++++++--
.../misc/dependencies/static/js/Dependencies.jsx | 1 +
.../misc/dependents/static/js/Dependents.jsx | 4 +-
.../misc/properties/CollectionNodeProperties.jsx | 86 ++++++++++++----------
.../misc/statistics/static/js/Statistics.jsx | 1 +
web/pgadmin/static/js/components/PgTable.jsx | 72 +++++++++++++++---
16 files changed, 178 insertions(+), 93 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-04-04 12:14:02 Re: [pgAdmin][RM-7132]: Port Properties collection, Dashboard and SQL panel in React
Previous Message Pradip Parkale 2022-04-04 12:05:28 Re: [pgAdmin][RM-7132]: Port Properties collection, Dashboard and SQL panel in React