{{define "partials/tab_storage.html"}}

Storage

Garbage Collection

{{if .Enabled}} {{ icon "check-circle" "size-3" }} Enabled {{else}} {{ icon "x-circle" "size-3" }} Disabled {{end}} {{if .Running}} Running {{end}}
{{if .HasPreview}}

Last scan: {{.LastPreviewAge}}

{{end}} {{if .HasResult}}

Last run: {{.LastResultAge}}

{{end}}
{{if .Running}}

Operation in progress...

Checking status...

{{end}}

Scan records

Rewrite legacy scan records (created before the status field existed) so the appview can distinguish intentionally skipped artifacts (helm charts, in-toto, DSSE) from genuine failures. Idempotent — safe to re-run.

{{end}}