{{define "content"}}
SSH Keys
{{.KeyCount}}
Hosts
{{.ServerCount}}
Server Groups
{{.GroupCount}}
Deployments
{{.DeployCount}}
Assignments
{{.AssignmentCount}}
{{if eq .UserRole "admin"}}
Users
{{.UserCount}}
{{else}}
Temporary Access
{{.CronCount}}
{{end}}

Recent SSH Keys

{{range .RecentKeys}} {{else}} {{end}}
Name Type Fingerprint
{{.Name}} {{.KeyType}} {{.Fingerprint}}
No SSH keys yet. Generate one!

Recent Deployments

{{range .RecentDeploys}} {{else}} {{end}}
Key Server Status
{{index . "key_name"}} {{index . "server_name"}} {{if eq (index . "status") "success"}} Success {{else}} Failed {{end}}
No deployments yet.

Recent Activity

{{range .RecentAudit}} {{else}} {{end}}
Time User Action Details IP
{{formatTime .CreatedAt}} {{.Username}} {{.Action}} {{.Details}} {{.IPAddress}}
No activity recorded yet.
{{end}}