pgAdmin 4 commit: Fixed issues related to About dialog:

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 About dialog:
Date: 2021-06-11 14:04:07
Message-ID: E1lrhlX-0007jd-Ps@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed issues related to About dialog:
1) On resizing, the server configuration text area should be resized.
2) Any password should not be visible in the configuration.
3) Configurations are not properly quoted.
4) Added the "Copy" button so that the user can copy the configuration directly.

refs #6231

Branch
------
master

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

Modified Files
--------------
web/pgadmin/about/__init__.py | 17 +++++++++++++----
web/pgadmin/about/static/js/about.js | 17 ++++++++++++++++-
web/pgadmin/about/templates/about/index.html | 5 ++++-
3 files changed, 33 insertions(+), 6 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2021-06-11 14:07:54 Re: [pgAdmin][RM6520]: pgAdmin4 v 5.3 text export error
Previous Message Pradip Parkale 2021-06-11 13:49:57 Re: [pgAdmin][RM6231]- Add OS, Browser details in pgAdmin About us pop-up