| {{.locale.Tr "admin.runners.status"}} | {{.locale.Tr "admin.runners.id"}} | {{.locale.Tr "admin.runners.owner_type"}} | {{.locale.Tr "admin.runners.labels"}} | {{.locale.Tr "admin.runners.latest_online"}} | |
|---|---|---|---|---|---|
| {{.StatusName}} |
{{if .Editable $.RunnerOnwerID $.RunnerRepoID}}
#{{.ID}}
{{.Name}}
{{else}}
#{{.ID}} {{.Name}} {{end}} |
{{.OwnType}} | {{range .AllLabels}} {{.}} {{end}} | {{TimeSinceUnix .LastOnline $.locale}} | {{if .Editable $.RunnerOnwerID $.RunnerRepoID}} {{svg "octicon-pencil"}} {{end}} |