still working
This commit is contained in:
6
internal/templates/job_row.html
Normal file
6
internal/templates/job_row.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{{define "job_row"}}
|
||||
<div class="p-2 bg-gray-50 rounded border mb-2">
|
||||
<div class="text-sm"><strong>Job:</strong> {{.JobID}} {{if .Name}}— {{.Name}}{{end}}</div>
|
||||
<div class="text-xs text-gray-500">Status: {{.Status}}{{if .Progress}} — {{.Progress}}%{{end}}</div>
|
||||
</div>
|
||||
{{end}}
|
||||
Reference in New Issue
Block a user