From ffffe8039eb3e431d99d4b919f992da3e2ac564e Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Mon, 18 May 2026 13:07:40 -0400 Subject: [PATCH] feat: add admin sidebar section and user footer widget --- services/web-ui/public/jobs.html | 44 ++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/services/web-ui/public/jobs.html b/services/web-ui/public/jobs.html index 685a6e7..7625c46 100644 --- a/services/web-ui/public/jobs.html +++ b/services/web-ui/public/jobs.html @@ -387,7 +387,32 @@ Jobs + + + + Settings + + + + Users + + + + Tokens + + @@ -835,5 +860,24 @@ function showError(msg) { toast(msg, 'error'); } ──────────────────────────────────────────────────────── */ loadJobs(); +