feat(web/swarm): fold agent enrollment into a wizard on Swarm Hosts

This commit is contained in:
2026-04-22 18:05:26 -04:00
parent bff350400f
commit 53647d66b7
6 changed files with 339 additions and 209 deletions

View File

@@ -18,7 +18,6 @@ const G_NAV: Record<string, string> = {
c: '/config',
s: '/swarm/hosts',
u: '/swarm-updates',
e: '/swarm/enroll',
};
const G_TIMEOUT_MS = 800;