diff options
author | Malfurious <m@lfurio.us> | 2023-11-11 16:55:59 -0500 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2023-11-15 23:11:08 -0500 |
commit | 6f28e83f5d8924354a66b69241cb61a7b3162721 (patch) | |
tree | bd106e12946061b3362bf7ef166faac17bc6a899 /dmt/html/jobs.html | |
parent | 53607a71cf8a366402e43808e906f7055f64f2b4 (diff) | |
download | cychedelic-6f28e83f5d8924354a66b69241cb61a7b3162721.tar.gz cychedelic-6f28e83f5d8924354a66b69241cb61a7b3162721.zip |
dmt: Add main page layout
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'dmt/html/jobs.html')
-rw-r--r-- | dmt/html/jobs.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dmt/html/jobs.html b/dmt/html/jobs.html new file mode 100644 index 0000000..72269f6 --- /dev/null +++ b/dmt/html/jobs.html @@ -0,0 +1,26 @@ +<h1>Latest Jobs</h1> + +<div class="box hidden" id="no_server"> + <div class="box-title"> + Please wait... + <span class="right progress"></span> + </div> + <div class="box-text"> + Fetch failure - Attempting to contact server... + </div> +</div> + +<div class="box" id="no_jobs"> + <div class="box-title"> + Please wait... + <span class="right progress"></span> + </div> + <div class="box-text"> + Gathering job logs... + </div> +</div> + +<div id="latest_jobs"></div> + +<h1>Older Jobs</h1> +<div id="older_jobs"></div> |