{{ $carveBlocks := .CarveBlocks }}
{{ with .Query }}
{{ range $i, $e := $.Carves }}
{{ $blocks := index $carveBlocks $e.SessionID }}
{{ end }}
{{ end }}
{{ template "page-modals" . }}
{{ if .Completed }}
[ COMPLETED ] - Carved files for {{ .Name }}
{{ else }}
[ ACTIVE ] - Carved files for {{ .Name }}
{{ end }}
| Path to Carve | Target | Expected / Status | ||||
|---|---|---|---|---|---|---|
| {{ .Path }} |
|
{{ .Expected }}/ {{ .Executions }}/ {{ .Errors }} | ||||
| {{ .Query }} | ||||||
{{ range $i, $e := $.Carves }}
UUID: {{ $e.UUID }}
{{ $e.Status }}
{{ $e.CarveSize }} / {{ $e.BlockSize }}
{{ $e.TotalBlocks }} / {{ $e.CompletedBlocks }}
{{ $e.CarveID }}
{{ $e.RequestID }}
{{ $e.SessionID }}
| Block ID | Size | Carved At |
|---|---|---|
| {{ $val.BlockID }} | {{ $val.Size }} | {{ $val.CreatedAt }} |