{{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}}
{{end}}