chore: rename LiteLLM Admin UI to AI Gateway Manager

This commit is contained in:
Haitao Pan 2026-06-16 20:37:25 +08:00
parent 7c3c852211
commit 77ad85be7d
3 changed files with 3 additions and 3 deletions

View File

@ -66,7 +66,7 @@ func defaultPortalServices() []PortalService {
return []PortalService{
{
Key: "litellm",
Name: "LiteLLM Admin UI",
Name: "AI Gateway Manager",
URL: "http://localhost:4000/ui",
OpenMode: "iframe",
HealthURL: "http://127.0.0.1:4000/ui",

View File

@ -27,7 +27,7 @@ func NewServiceProbe() ServiceProbe {
{Name: "XWorkspace Console", Units: []string{"xworkspace-console.service"}, Port: 17000, URL: "http://127.0.0.1:17000"},
{Name: "OpenClaw Gateway", Units: []string{"xworkspace-openclaw.service", "openclaw-gateway.service"}, Port: 18789, URL: "http://127.0.0.1:18789/channels"},
{Name: "XWorkmate Bridge", Units: []string{"xworkspace-bridge.service", "xworkmate-bridge.service"}, Port: 8787, URL: "http://127.0.0.1:8787/api/ping"},
{Name: "LiteLLM", Units: []string{"xworkspace-litellm.service", "litellm-proxy.service"}, Port: 4000, URL: "http://127.0.0.1:4000/ui"},
{Name: "AI Gateway Manager", Units: []string{"xworkspace-litellm.service", "litellm-proxy.service"}, Port: 4000, URL: "http://127.0.0.1:4000/ui"},
{Name: "Vault", Units: []string{"xworkspace-vault.service", "vault.service"}, Port: 8200, URL: "http://127.0.0.1:8200/ui/"},
{Name: "Terminal", Units: []string{"xworkspace-ttyd.service", "ttyd.service"}, Port: 7681, URL: "http://127.0.0.1:7681"},
},

View File

@ -64,7 +64,7 @@ export type NavSection = { id: string; titleKey: string; items: NavSectionItem[]
export const portalServices: PortalService[] = [
{
key: 'litellm',
name: 'LiteLLM Admin UI',
name: 'AI Gateway Manager',
url: 'http://localhost:4000/ui',
openMode: 'iframe',
description: 'Model routing and provider administration.',