summaryrefslogtreecommitdiffstats
path: root/dmt/html/jobs.html (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-11-18dmt: jobs: Scope javascript to this pageMalfurious1-0/+2
The script.js file is only really intended to run against the main jobs page at this point. So, move its inclusion from the page master to the jobs page specifically. Signed-off-by: Malfurious <m@lfurio.us>
2023-11-15dmt: Implement initial functionality for jobs pageMalfurious1-4/+1
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/+26
Signed-off-by: Malfurious <m@lfurio.us>