feat(swarm-mgmt): agent_host + updater opt-in; prevent duplicate forwarder spawn

This commit is contained in:
2026-04-19 05:12:55 -04:00
parent 95ae175e1b
commit e32fdf9cbf
8 changed files with 141 additions and 11 deletions

View File

@@ -129,6 +129,12 @@
font-family: inherit;
}
.form-stack label.form-inline {
flex-direction: row;
align-items: center;
gap: 8px;
}
.form-stack small {
opacity: 0.7;
font-size: 0.75rem;