fix(routing-rules): backend selector showed (undefined:undefined) instead of scheme

The Backend interface declared address/port fields that don't exist on the
Backend model (those belong to BackendServer). The table column and the
backend select dropdown both rendered "name (undefined:undefined)". Fixed
by replacing phantom fields with scheme, matching the same fix applied to
Domains pages in v1.1.121.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Debian
2026-05-28 09:38:35 +02:00
parent 22528a54a9
commit 192384c448
5 changed files with 7 additions and 7 deletions

View File

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