pgAdmin 4 commit: 1) Fixed linter error. - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: 1) Fixed linter error.
Date
Msg-id E1njKhH-00015z-0R@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
1) Fixed linter error.
2) Fixed an issue where a password popup will appear on disconnecting from the server.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7d91cca14deeb3fc81006939e325827f600c9b8e
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
web/package.json                                           |  2 +-
.../browser/server_groups/servers/static/js/server.js      |  2 +-
web/pgadmin/misc/cloud/static/js/cloud_components.jsx      |  2 +-
.../misc/cloud/static/js/cloud_db_details_schema.ui.js     | 14 +++++++-------
web/pgadmin/static/js/tree/tree.js                         |  2 +-
web/yarn.lock                                              |  4 ++--
6 files changed, 13 insertions(+), 13 deletions(-)


pgadmin-hackers by date:

Previous
From: Khushboo Vashi
Date:
Subject: [pgAdmin4][Patch] - Linter Fixes
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - Server Disconnect Issue