Files
at-container-registry/pkg/hold/admin/templates/partials/gc_error.html
2026-02-11 20:44:07 -06:00

7 lines
152 B
HTML

{{define "partials/gc_error.html"}}
<div class="alert alert-error">
{{ icon "alert-triangle" "size-5" }}
<span>{{.Error}}</span>
</div>
{{end}}