implemented job archiving (via a Setting, and just viewing recent or all)

This commit is contained in:
2022-01-13 23:11:21 +11:00
parent 3e67c9c27f
commit a2fb877f12
6 changed files with 37 additions and 12 deletions

View File

@@ -24,7 +24,7 @@ ICON["Storage"]="db"
ICON["Bin"]="trash"
SECS_IN_A_DAY = 86400
NEWEST_LOG_LIMIT = 5
NEWEST_LOG_LIMIT = 15
OLDEST_LOG_LIMIT = 5
# check where we are running, if laptop, then run web server and db on localhost