package views import ( "nerd-monitor/internal/store" ) templ Dashboard(agents []*store.AgentStats, staleAgents []*store.AgentStats) { @BaseLayout("Dashboard", dashboardContent(agents, staleAgents)) } templ dashboardContent(agents []*store.AgentStats, staleAgents []*store.AgentStats) {
Start an agent to see its statistics appear here.
| Hostname | CPU Usage | Memory | Disk | Last Seen |
|---|