{{ extends "../_layouts/default" }} {{ import "../_modules/pager" }} {{ block script() }} {{ end }} {{ block body() }}

CONFIG

Configs are non-sensitive information that can be used by services, such as configuration files.

{{range .Configs}} {{end}}
Name ID Created Updated Action
{{.Spec.Name}} {{.ID}} {{time(.CreatedAt)}} {{time(.UpdatedAt)}}
{{ yield pager(info=.Pager) }}
{{ end }}