Add Health and Spend for Admins

This commit is contained in:
2026-04-11 22:36:36 +02:00
parent fdb56490dd
commit 1edb5785e3
10 changed files with 667 additions and 126 deletions

View File

@@ -221,6 +221,21 @@
"confirmDelete": "Delete permanently",
"loadingTenants": "Loading tenants…",
"filter_deleted": "Deleted",
"filter_active": "Active"
"filter_active": "Active",
"health": "Health",
"serviceHealth": "Service Health",
"vllmDescription": "GPU inference engine",
"litellmDescription": "LLM proxy & spend tracking",
"tenantOverview": "Tenant Overview",
"spendOverview": "Spend Overview",
"globalSpend": "Global Spend (CHF)",
"activeTenants": "Active Tenants",
"tenantsWithSpend": "tenants with recorded spend",
"refresh": "Refresh",
"healthUnavailable": "Health data unavailable.",
"loadingHealth": "Loading health data…",
"statusHealthy": "Healthy",
"statusDown": "Down",
"spendChf": "Spend (CHF)"
}
}