fix: populate nav instance count on direct detail page load/refresh #29

Merged
josh merged 1 commits from fix/detail-nav-count into dev 2026-03-28 15:16:33 -04:00

1 Commits

Author SHA1 Message Date
8ead7687e5 fix: populate nav instance count on direct detail page load/refresh
All checks were successful
CI / test (pull_request) Successful in 13s
CI / build-dev (pull_request) Has been skipped
nav-count was only set in renderDashboard, so loading /instance/:vmid
directly left it showing "—". Add getInstances() to the parallel fetch
in renderDetailPage and set the count there too.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-28 15:15:55 -04:00