fix(domains): backend column showed (undefined:undefined) instead of scheme

BackendLite interfaces in Domains list and Detail declared address/port
fields that don't exist on the Backend model (those live on BackendServer).
Every backend tag rendered as "name (undefined:undefined)". Fixed by
replacing the phantom fields with scheme, so tags show e.g. "my-app (https)".

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Debian
2026-05-27 21:12:06 +02:00
parent 36eea71c65
commit 22528a54a9
6 changed files with 9 additions and 10 deletions

View File

@@ -60,7 +60,7 @@ import (
usersvc "git.netcell-it.de/projekte/edgeguard-native/internal/services/users"
)
var version = "1.1.120"
var version = "1.1.121"
func main() {
addr := os.Getenv("EDGEGUARD_API_ADDR")