show delete button for failed videos

This commit is contained in:
Carl Pearson
2025-01-20 05:12:41 -07:00
parent 040db58672
commit bdb572e70d
2 changed files with 1 additions and 1 deletions

View File

@@ -50,7 +50,6 @@
{{$restartHidden = "hidden"}}
{{else if eq .Status "failed"}}
{{$processHidden = "hidden"}}
{{$deleteHidden = "hidden"}}
{{else}}
{{$processHidden = "hidden"}}
{{$deleteHidden = "hidden"}}