- API: add get_network(id) server function
- NetworkDetailPage at /networks/:id — network name + CIDR header, paginated
host table (Name, IP, Ports, Apps) linking to /hosts/:id?back=/networks/:id
- Networks list: make network name a link to its detail page
- HostDetailPage: read ?back= query param to show "← Network" or "← Hosts"
and navigate to the correct destination
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Save changes / Add port: add btn-primary class for consistent blue accent
- Back button: stacked above page title, styled as a small bordered button
- Port list: remove row background, replace full border with bottom separator only
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>