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 @@
| Name | SSH URI | Systems | Max Jobs | Enabled | {% if is_admin %}Actions | {% endif %}|||
|---|---|---|---|---|---|---|---|---|
| Name | SSH URI | Systems | Load | Enabled | {% if is_admin %}Actions | {% endif %}|||
| {{ b.name }} | {{ b.ssh_uri }} | -{{ b.systems.join(", ") }} | -{{ b.max_jobs }} | -{% if b.enabled %}Yes{% else %}No{% endif %} | +{{ b.systems }} | ++ + ({{ b.load_percent }}%) + | +{% if b.enabled %}Yes{% else %}No{% endif %} | {% if is_admin %}