summaryrefslogtreecommitdiffstats
path: root/dmt/script.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-11-18dmt: css: Rename remove class to standoutMalfurious1-1/+1
The css class originally used to represent service removal jobs is renamed to "standout". I wish to reuse it in other exceptional contexts which should draw the user's attention - which of course also covers the case of service removal. "Standout" is a more generic term for this. Signed-off-by: Malfurious <m@lfurio.us>
2023-11-15dmt: Implement initial functionality for jobs pageMalfurious1-0/+154
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>