summaryrefslogtreecommitdiffstats
path: root/dmt/script.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-11-20dmt: jobs: Invert default refresh timeMalfurious1-2/+2
Whenever we encounter an exception (which is usually due to a network problem), default to the active refresh time as to recover from the situation as soon as possible. Eg: Only wait the full idle time when the server successfully reports it is idle. There isn't even a real concern here of request load on the server, since we can't reach the server in this condition anyway. Signed-off-by: Malfurious <m@lfurio.us>
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>