{{define "body"}}

Settings

Phase 1 exposes only the worker fields; web-app settings (theme, session timeout, basic-auth password rotate) land in later phases.

Worker

Worker ID
{{.WorkerID}}
Region
{{.RegionCode}}
Version
{{.WorkerVersion}}
Capabilities
{{if .Capabilities}}
    {{range .Capabilities}}
  • {{.}}
  • {{end}}
{{else}}{{end}}
Last heartbeat ack
{{fmtTime .LastAckAt}}

Token

Current token: {{.TokenMasked}}
Last rotated: {{fmtTime .TokenRotatedAt}}

Issues a fresh token via the main app API and updates the in-memory runner config. On failure the old token is kept.
{{end}}