pgAdmin 4 commit: Fixed the loader issue for the Statistics and Propert

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed the loader issue for the Statistics and Propert
Date: 2022-05-30 07:28:39
Message-ID: E1nvZpP-0000jF-Ij@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed the loader issue for the Statistics and Properties panel. Fixed column resizing for dependent and dependencies panels.

refs #7364

Branch
------
master

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

Modified Files
--------------
web/pgadmin/misc/dependencies/static/js/Dependencies.jsx | 6 +++---
web/pgadmin/misc/dependents/static/js/Dependents.jsx | 6 +++---
web/pgadmin/misc/properties/CollectionNodeProperties.jsx | 2 +-
web/pgadmin/misc/sql/static/js/SQL.jsx | 2 +-
web/pgadmin/misc/statistics/static/js/Statistics.jsx | 15 +++++----------
5 files changed, 13 insertions(+), 18 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-05-30 07:29:49 Re: [pgAdmin][RM7364]: Allow resizing of columns on dashboard tables
Previous Message Pradip Parkale 2022-05-30 06:53:39 Re: [pgAdmin][RM7364]: Allow resizing of columns on dashboard tables