fix: make model placement controls observable

This commit is contained in:
Dobromir Popov
2026-07-14 16:00:37 +02:00
parent 348b003d6e
commit 35af1e21de
2 changed files with 26 additions and 7 deletions

View File

@@ -111,6 +111,9 @@ def test_dashboard_exposes_admin_model_inventory_and_release_controls():
assert '"/v1/models/release"' in html
assert "requestAdminModelLoad" in html
assert "releaseAdminModel" in html
assert 'data-admin-model-load=' in html
assert 'data-admin-model-release=' in html
assert "admin-model-placement-status" in html
def test_network_map_includes_node_friendly_name():