{{template "base" .}} {{define "content"}}
| Machine ID | IP | Last Heartbeat | Version | Auth | Status | {{if $.CLIAvailable}}Actions | {{end}}
|---|---|---|---|---|---|---|
| {{truncate .MachineID 32}} | {{.IPAddress}} | {{truncate .LastHeartbeat 16}} | {{.Version}} | {{.AuthType}} | {{if .IsValidated}} validated {{else}} pending {{end}} | {{if $.CLIAvailable}}{{if not .IsValidated}} {{end}} | {{end}}