pt pubsub working

This commit is contained in:
2022-06-28 23:02:53 -04:00
parent e2dc04c233
commit c69654f38f
6 changed files with 106 additions and 2 deletions

View File

@@ -29,6 +29,8 @@
<td>
{{ if eq .Status "Done" }}
<a target="_blank" href="{{ vids_prefix }}/{{ .FileName }}">Watch</a>
{{ else if eq .Status "InProgress" }}
<span class="progress" data="{{.Id}}">In Progress</span>
{{ else }}
{{ .Status }}
{{ end }}