hermes-agent/web/src
Ben 79156ab19c dashboard: show GATEWAY_HEALTH_URL instead of PID for remote gateways
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
2026-04-16 16:48:14 -07:00
..
components fix(web): show current language's flag in switcher, not target (#11262) 2026-04-16 16:36:12 -07:00
hooks feat: web UI dashboard for managing Hermes Agent (#8756) 2026-04-12 22:26:28 -07:00
i18n feat: dashboard theme system with live switching 2026-04-16 02:44:32 -07:00
lib dashboard: show GATEWAY_HEALTH_URL instead of PID for remote gateways 2026-04-16 16:48:14 -07:00
pages dashboard: show GATEWAY_HEALTH_URL instead of PID for remote gateways 2026-04-16 16:48:14 -07:00
plugins feat: dashboard plugin system — extend the web UI with custom tabs 2026-04-16 04:10:06 -07:00
themes feat: dashboard theme system with live switching 2026-04-16 02:44:32 -07:00
App.tsx feat: dashboard plugin system — extend the web UI with custom tabs 2026-04-16 04:10:06 -07:00
index.css feat: react-router, sidebar layout, sticky header, dropdown component, remove emojis, rounded corners 2026-04-14 00:01:18 -04:00
main.tsx feat: dashboard plugin system — extend the web UI with custom tabs 2026-04-16 04:10:06 -07:00