pgAdmin 4 commit: Fixed issues related to porting of properties collect - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed issues related to porting of properties collect
Date
Msg-id E1nbLZn-0006za-K5@gothos.postgresql.org
Whole thread Raw
List 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.parkale@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Pradip Parkale
Date:
Subject: Re: [pgAdmin][RM-7132]: Port Properties collection, Dashboard and SQL panel in React
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM-7132]: Port Properties collection, Dashboard and SQL panel in React