mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-03 02:11:48 +00:00
When the dashboard connects to a remote gateway via GATEWAY_HEALTH_URL, display the URL instead of the remote PID (which is meaningless locally). Falls back to PID display for local gateways as before. - Backend: expose gateway_health_url in /api/status response - Frontend: prefer gateway_health_url over PID in gatewayValue() - Add truncate + title tooltip for long URLs that overflow the card - Add min-w-0/overflow-hidden on status cards for proper truncation - Tests: verify gateway_health_url in remote and no-URL scenarios |
||
|---|---|---|
| .. | ||
| AnalyticsPage.tsx | ||
| ConfigPage.tsx | ||
| CronPage.tsx | ||
| EnvPage.tsx | ||
| LogsPage.tsx | ||
| SessionsPage.tsx | ||
| SkillsPage.tsx | ||
| StatusPage.tsx | ||