All Consoles
{{ range .Consoles }}{{ .GetProjectID }} / {{ .ID }}
Repo: {{ .RepoURL }}
Ref: {{ .Ref }}
Manifest Name: {{ .ManifestName }}
URL: {{ .URL }}
Revision: {{ .Revision }}
- {{ range .Builders }}
- {{ . }} {{ end }}
No consoles defined
{{ end }}Service Configs
These are settings tied to this instance of Milo
{{ if not .ServiceConfig }}No Settings found...
{{ else }}- Revision: {{ .ServiceConfig.Revision }}
- Last Updated: {{ .ServiceConfig.LastUpdated | localTime "N/A" }}
{{ .ServiceConfig.Text }}{{ end }}