This commit is contained in:
2021-06-24 17:32:48 +10:00
parent a45e07ef34
commit 173e1f0de7

View File

@@ -9,7 +9,6 @@ ICON["Import"]="fa-file-upload"
ICON["Storage"]="fa-database"
ICON["Bin"]="fa-trash-alt"
if hostname == PROD_HOST:
PA_JOB_MANAGER_HOST="192.168.0.2"
DB_URL = 'postgresql+psycopg2://pa:for_now_pa@192.168.0.2:55432/pa'
@@ -51,8 +50,6 @@ def CreateFoldersSelect(selected):
def LocationIcon(obj):
return ICON[obj.in_dir.in_path.type.name]
# translate a path type, a full FS path and a file into the full FS path of the
# symlink on the file system. To note, this is used with file == path, when we
# want to just get the symlink to the path itself, otherwise file == <path/some_filename>