summaryrefslogtreecommitdiffstats
path: root/dmt/config.sh (follow)
AgeCommit message (Collapse)AuthorFilesLines
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>