hermes-agent/web/src/pages
jonny 70f490a12a fix(web): CronPage crash when rendering schedule object
The cron API returns schedule as {kind, expr, display} object but
CronPage.tsx rendered it directly as a React child, crashing with
'Objects are not valid as a React child'.

- Update CronJob interface in api.ts to match actual API response
- Use schedule_display (string) instead of schedule (object)
- Use state instead of status for job state
- Use last_error instead of error for error display
2026-04-13 04:45:29 -07:00
..
AnalyticsPage.tsx feat: web UI dashboard for managing Hermes Agent (#8756) 2026-04-12 22:26:28 -07:00
ConfigPage.tsx feat: web UI dashboard for managing Hermes Agent (#8756) 2026-04-12 22:26:28 -07:00
CronPage.tsx fix(web): CronPage crash when rendering schedule object 2026-04-13 04:45:29 -07:00
EnvPage.tsx feat: web UI dashboard for managing Hermes Agent (#8756) 2026-04-12 22:26:28 -07:00
LogsPage.tsx feat: web UI dashboard for managing Hermes Agent (#8756) 2026-04-12 22:26:28 -07:00
SessionsPage.tsx feat: web UI dashboard for managing Hermes Agent (#8756) 2026-04-12 22:26:28 -07:00
SkillsPage.tsx feat: web UI dashboard for managing Hermes Agent (#8756) 2026-04-12 22:26:28 -07:00
StatusPage.tsx feat: web UI dashboard for managing Hermes Agent (#8756) 2026-04-12 22:26:28 -07:00