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