Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: e4eeba2aa7c0b614b64d3e476a6db9450203864f https://github.com/pgadmin-org/pgadmin4/commit/e4eeba2aa7c0b614b64d3e476a6db9450203864f Author: Nikhil Mohite <nikhil.moh...@enterprisedb.com> Date: 2023-03-24 (Fri, 24 Mar 2023)
Changed paths: M docs/en_US/storage_manager.rst M web/pgadmin/browser/__init__.py M web/pgadmin/browser/templates/browser/js/utils.js M web/pgadmin/misc/file_manager/__init__.py M web/pgadmin/misc/file_manager/static/js/FileManagerModule.jsx M web/pgadmin/misc/file_manager/static/js/components/FileManager.jsx M web/pgadmin/tools/sqleditor/__init__.py M web/pgadmin/tools/sqleditor/static/js/components/QueryToolComponent.jsx M web/pgadmin/utils/constants.py M web/regression/javascript/file_manager/FileManager.spec.js Log Message: ----------- Fixed the UI related issues reported during testing for Shared Storage in Server Mode. #5014