{{template "admin/navbar" .}}
{{template "base/alert" .}}
| {{.locale.Tr "admin.runners.status"}} |
{{.locale.Tr "admin.runners.id"}}
|
{{.locale.Tr "admin.runners.own_type"}} |
{{.locale.Tr "admin.runners.tags"}} |
{{.locale.Tr "admin.runners.latest_contact"}} |
|
{{range .Runners}}
| {{.StatusType}} |
#{{.ID}}
{{.Name}}
|
{{.OwnType}} |
{{range .AllLabels}}
{{.}}
{{end}}
|
{{TimeSinceUnix .LastOnline $.locale}} |
{{svg "octicon-pencil"}}
{{svg "octicon-x-circle"}}
|
{{end}}
{{template "base/paginate" .}}
{{template "base/footer" .}}