whitespc
This commit is contained in:
@@ -9,7 +9,6 @@ ICON["Import"]="fa-file-upload"
|
|||||||
ICON["Storage"]="fa-database"
|
ICON["Storage"]="fa-database"
|
||||||
ICON["Bin"]="fa-trash-alt"
|
ICON["Bin"]="fa-trash-alt"
|
||||||
|
|
||||||
|
|
||||||
if hostname == PROD_HOST:
|
if hostname == PROD_HOST:
|
||||||
PA_JOB_MANAGER_HOST="192.168.0.2"
|
PA_JOB_MANAGER_HOST="192.168.0.2"
|
||||||
DB_URL = 'postgresql+psycopg2://pa:for_now_pa@192.168.0.2:55432/pa'
|
DB_URL = 'postgresql+psycopg2://pa:for_now_pa@192.168.0.2:55432/pa'
|
||||||
@@ -51,8 +50,6 @@ def CreateFoldersSelect(selected):
|
|||||||
def LocationIcon(obj):
|
def LocationIcon(obj):
|
||||||
return ICON[obj.in_dir.in_path.type.name]
|
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
|
# 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
|
# 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>
|
# want to just get the symlink to the path itself, otherwise file == <path/some_filename>
|
||||||
|
|||||||
Reference in New Issue
Block a user