{{define "title"}}Configs{{end}} {{define "body"}}
{{ .Navi.SiteTitle.Label }}

All Consoles

{{ range .Consoles }}

{{ .GetProjectID }} / {{ .ID }}

Repo: {{ .RepoURL }}

Ref: {{ .Ref }}

Manifest Name: {{ .ManifestName }}

URL: {{ .URL }}

Revision: {{ .Revision }}

{{ else }}

No consoles defined

{{ end }}

Service Configs

These are settings tied to this instance of Milo

{{ if not .ServiceConfig }}

No Settings found...

{{ else }} Content:
{{ .ServiceConfig.Text }}
{{ end }}
{{end}}