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 %}