From b7822250feed622ff4e1820d33b8ba83f94e558a Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sun, 12 Oct 2025 15:24:22 +0200 Subject: [PATCH] fix(ui): models without config don't have a .Name field (#6438) Signed-off-by: Ettore Di Giacinto --- core/http/views/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/http/views/index.html b/core/http/views/index.html index 0898e1fc2..995421866 100644 --- a/core/http/views/index.html +++ b/core/http/views/index.html @@ -93,7 +93,7 @@
-

{{if .Name}}{{.Name}}{{else}}{{.}}{{end}}

+

{{.}}

No configuration