Обсуждение: pgAdmin 4 commit: File management dialogue enhancements:

Поиск
Список
Период
Сортировка

pgAdmin 4 commit: File management dialogue enhancements:

От
Dave Page
Дата:
File management dialogue enhancements:

- Double click on file/folder icon or name will navigate to the folder/file.
- Selected file/folder can be renamed by Rename button only. Double click rename is removed.
- Filename text box will not hide on smaller screen. Setting minimum width of File Browser fixed it.
- Path at top will only show directory name, not the file name and it is greyed out

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1a129cf30e567c7ce05954cf057600c75986d9f5
Author: Surinder Kumar <surinder.kumar@enterprisedb.com>

Modified Files
--------------
.../misc/file_manager/static/css/file_manager.css  |  9 ++-
.../templates/file_manager/js/file_manager.js      |  4 ++
.../templates/file_manager/js/utility.js           | 78 ++--------------------
web/pgadmin/tools/sqleditor/__init__.py            | 11 ++-
4 files changed, 22 insertions(+), 80 deletions(-)