pgadmin4/web/pgadmin/misc/file_manager
Surinder Kumar 9e8e3fc787 Fix file selection on Windows. Fixes #1319
1) Unable to select sql file through query tool on windows OS. In file_manager.js, we are stripping initial slash '/' from the path obtained, but we should not strip if it is full path like 'c:/path/to/dir/filename.ext'

2) Handle directory path if STORAGE_DIR is None. Proper checks are added.
2016-06-10 17:06:22 +01:00
..
static/css Fixes few issues with File Manager. 2016-05-21 15:02:05 +05:30
templates/file_manager Fix file selection on Windows. Fixes #1319 2016-06-10 17:06:22 +01:00
__init__.py Fix file selection on Windows. Fixes #1319 2016-06-10 17:06:22 +01:00