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