Back to Istio

Item

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

1.29.2249 B
Original Source

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

Item {{ $context.Collection }}/{{ $context.Key }}

{{ $context.Value }}

{{end}} {{end}} {{ template "last-refresh" .}} {{ end }}