From fe45fff3f3dabe27339605c9f804ddc5dd7f8d48 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sun, 8 Feb 2026 21:18:15 +0300 Subject: [PATCH] fc-server: mild improvements to admin page Signed-off-by: NotAShelf Change-Id: Ibae9d52b24164c7357aaf15437de0ead6a6a6964 --- crates/server/templates/admin.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/crates/server/templates/admin.html b/crates/server/templates/admin.html index 15f14db..c82d754 100644 --- a/crates/server/templates/admin.html +++ b/crates/server/templates/admin.html @@ -116,16 +116,21 @@
- {% if is_admin %}{% endif %} + {% if is_admin %}{% endif %} {% for b in builders %} - - - + + + {% if is_admin %}
NameSSH URISystemsMax JobsEnabledActions
NameSSH URISystemsLoadEnabledActions
{{ b.name }} {{ b.ssh_uri }}{{ b.systems.join(", ") }}{{ b.max_jobs }}{% if b.enabled %}Yes{% else %}No{% endif %}{{ b.systems }} + + {{ b.current_builds }}/{{ b.max_jobs }} + + ({{ b.load_percent }}%) + {% if b.enabled %}Yes{% else %}No{% endif %}