joblog rewrite to show only a few "newest" lines and "oldest" logs for a job, with the more button in the middle, also has a little icon to show the re-ordering that goes with each view - should really make this clickable/togglable.

This commit is contained in:
2022-01-13 21:12:09 +11:00
parent 10866c3147
commit 8a6a7a5115
6 changed files with 47 additions and 19 deletions

View File

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