Skip to content

Commit

Permalink
Fix template bug of admin monitor (#21208)
Browse files Browse the repository at this point in the history
Fix #21207

Co-authored-by: Lauris BH <lauris@nix.lv>
  • Loading branch information
lunny and lafriks authored Sep 20, 2022
1 parent 0c51595 commit a196302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/admin/queue.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
<tbody>
{{range .Queue.Workers}}
<tr>
<td>{{.Workers}}{{if .IsFlusher}}<span title="{{.locale.Tr "admin.monitor.queue.flush"}}">{{svg "octicon-sync"}}</span>{{end}}</td>
<td>{{.Workers}}{{if .IsFlusher}}<span title="{{$.locale.Tr "admin.monitor.queue.flush"}}">{{svg "octicon-sync"}}</span>{{end}}</td>
<td>{{DateFmtLong .Start}}</td>
<td>{{if .HasTimeout}}{{DateFmtLong .Timeout}}{{else}}-{{end}}</td>
<td>
Expand Down

0 comments on commit a196302

Please sign in to comment.