summaryrefslogtreecommitdiffstats
path: root/dmt/html
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2023-11-11 21:50:47 -0500
committerMalfurious <m@lfurio.us>2023-11-15 23:11:08 -0500
commitb1c95b10f4d1a0d49c2b888dcf10872b4a474569 (patch)
treef94361d5c671755c4bb8c7def638ef40706950ac /dmt/html
parenta021cc6899c82b8af55013514dbc8c7b2a383fcd (diff)
downloadcychedelic-b1c95b10f4d1a0d49c2b888dcf10872b4a474569.tar.gz
cychedelic-b1c95b10f4d1a0d49c2b888dcf10872b4a474569.zip
dmt: Implement initial functionality for jobs page
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>
Diffstat (limited to 'dmt/html')
-rw-r--r--dmt/html/jobs.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/dmt/html/jobs.html b/dmt/html/jobs.html
index 72269f6..6ad138a 100644
--- a/dmt/html/jobs.html
+++ b/dmt/html/jobs.html
@@ -20,7 +20,4 @@
</div>
</div>
-<div id="latest_jobs"></div>
-
-<h1>Older Jobs</h1>
-<div id="older_jobs"></div>
+<div class="hidden" id="list"></div>