| {{.locale.Tr "actions.runners.status"}} | {{.locale.Tr "actions.runners.id"}} | {{.locale.Tr "actions.runners.owner_type"}} | {{.locale.Tr "actions.runners.labels"}} | {{.locale.Tr "actions.runners.last_online"}} | |
|---|---|---|---|---|---|
| {{.StatusLocaleName $.locale}} |
{{if .Editable $.RunnerOnwerID $.RunnerRepoID}}
{{template "shared/actions/runner_id" .ID}}
{{.Name}}
{{else}}
{{template "shared/actions/runner_id" .ID}} {{.Name}} {{end}} |
{{.OwnType}} | {{range .AllLabels}} {{.}} {{end}} | {{if .LastOnline}}{{TimeSinceUnix .LastOnline $.locale}}{{else}}{{$.locale.Tr "never"}}{{end}} | {{if .Editable $.RunnerOnwerID $.RunnerRepoID}} {{svg "octicon-pencil"}} {{end}} |
| {{.locale.Tr "actions.runners.none"}} | |||||