Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 30509d1bc1978b33d133ed0856503da0bf2e0bfd https://github.com/pgadmin-org/pgadmin4/commit/30509d1bc1978b33d133ed0856503da0bf2e0bfd Author: Akshay Joshi <akshay.jo...@enterprisedb.com> Date: 2024-01-08 (Mon, 08 Jan 2024)
Changed paths: M docs/en_US/images/file_menu.png M docs/en_US/images/object_menu.png M docs/en_US/images/runtime_menu.png M docs/en_US/menu_bar.rst M docs/en_US/release_notes_8_2.rst M web/pgadmin/browser/server_groups/__init__.py M web/pgadmin/browser/server_groups/servers/__init__.py M web/pgadmin/browser/server_groups/servers/static/js/server.js M web/pgadmin/browser/server_groups/servers/static/js/server.ui.js M web/pgadmin/browser/static/js/node.js M web/pgadmin/misc/cloud/static/js/cloud.js M web/pgadmin/misc/properties/ObjectNodeProperties.jsx M web/pgadmin/model/__init__.py M web/regression/javascript/schema_ui_files/server.ui.spec.js Log Message: ----------- Added copy server support, allowing the duplication of existing servers with the option to make certain modifications. #6085 (#7106) Added copy server support, allowing the duplication of existing servers with the option to make certain modifications. #6085