Back to Istio

List

pkg/ctrlz/topics/assets/templates/collection/list.html

1.29.2354 B
Original Source

{{ define "content" }} {{ with $context := . }} {{ if ne $context.Error "" }} {{$context.Error}} {{else}}

Collection {{ $context.Collection }}

IndexItem
{{ range $index, $key := $context.Keys }}{{$index}}
{{ end }}
{{end}} {{end}} {{ template "last-refresh" .}} {{ end }}