feat: show admin node pool capacity

This commit is contained in:
Dobromir Popov
2026-07-14 16:11:18 +02:00
parent 22467f145c
commit 8cb00e951f
4 changed files with 54 additions and 7 deletions

View File

@@ -114,6 +114,9 @@ def test_dashboard_exposes_admin_model_inventory_and_release_controls():
assert 'data-admin-model-load=' in html
assert 'data-admin-model-release=' in html
assert "admin-model-placement-status" in html
assert 'id="admin-node-pool"' in html
assert "renderAdminNodePool" in html
assert "model drive" in html
def test_network_map_includes_node_friendly_name():