delete cluster + fix front issues

This commit is contained in:
crn4
2026-04-28 16:46:54 +02:00
parent e6a663ba20
commit 4f0d6ef8f9
15 changed files with 105 additions and 40 deletions

View File

@@ -46,4 +46,5 @@ type Cluster struct {
ID string
Address string
ConnectedProxies int
SelfHosted bool
}