summaryrefslogtreecommitdiffstats
path: root/dmt/config.sh (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2023-11-15dmt: Implement initial functionality for jobs pageMalfurious1-0/+12
Adds javascript to implement self-hydration for the main page. Several aspects of these features can be customized via new settings in config.sh. Signed-off-by: Malfurious <m@lfurio.us>
2023-11-15dmt: Add main page layoutMalfurious1-0/+3
Signed-off-by: Malfurious <m@lfurio.us>
2023-11-15dmt: Implement API endpoint /api/job/{jobnum}Malfurious1-0/+2
This returns all details related to the requested job number as well as a tail of the job log file. If `jobnum` is omited, details of the latest job are returned. Signed-off-by: Malfurious <m@lfurio.us>