Problem
The interactive netclaw model page shows every model role as (not set).
The plain netclaw model list command and the daemon status show the correct configured roles.
PR #1804 changed the model page to a keyed layout. The page creates its initial RoleOverview child before the view model loads configuration.
The view model remains in RoleOverview after the load. The layout therefore reuses the empty child.
Expected behavior
The initial role overview shows the configured main, fallback, and compaction roles.
Acceptance criteria
- The model manager shows configured roles on its first render.
- A headless page test covers configured main and fallback roles.
- The native model-manager tape requires configured role names on the screen.
Problem
The interactive
netclaw modelpage shows every model role as(not set).The plain
netclaw model listcommand and the daemon status show the correct configured roles.PR #1804 changed the model page to a keyed layout. The page creates its initial
RoleOverviewchild before the view model loads configuration.The view model remains in
RoleOverviewafter the load. The layout therefore reuses the empty child.Expected behavior
The initial role overview shows the configured main, fallback, and compaction roles.
Acceptance criteria