pgAdmin 4 commit: Fixed review comments for Import/Export Servers.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed review comments for Import/Export Servers.
Date: 2022-01-05 08:33:01
Message-ID: E1n51jB-0001WV-Eh@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed review comments for Import/Export Servers.

refs #4803

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8b13f158ababee3d860414e39381cfced2e0ecd5

Modified Files
--------------
.../images/import_export_servers_refresh_tree.png | Bin 42683 -> 0 bytes
docs/en_US/images/import_export_servers_step1.png | Bin 81277 -> 106802 bytes
docs/en_US/images/import_export_servers_step3.png | Bin 82423 -> 103500 bytes
docs/en_US/import_export_servers.rst | 16 +--
web/pgadmin/misc/file_manager/static/js/utility.js | 2 +-
.../file_manager/templates/file_manager/index.html | 2 +-
.../tools/import_export_servers/__init__.py | 15 ++-
.../static/js/ImportExportServers.jsx | 123 +++++++++++----------
.../static/js/import_export_selection.ui.js | 3 +-
web/pgadmin/utils/__init__.py | 32 +++---
10 files changed, 103 insertions(+), 90 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-01-06 07:39:01 pgAdmin 4 commit: Fixed a schema diff issue where generated script adds
Previous Message Aditya Toshniwal 2022-01-05 08:28:53 Re: [pgAdmin][RM7016]: Port Dependent, dependencies, statistics panel to React.