Skip to content

Commit a196302

Browse files
lunnylafriks
andauthored
Fix template bug of admin monitor (#21208)
Fix #21207 Co-authored-by: Lauris BH <[email protected]>
1 parent 0c51595 commit a196302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/admin/queue.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
<tbody>
158158
{{range .Queue.Workers}}
159159
<tr>
160-
<td>{{.Workers}}{{if .IsFlusher}}<span title="{{.locale.Tr "admin.monitor.queue.flush"}}">{{svg "octicon-sync"}}</span>{{end}}</td>
160+
<td>{{.Workers}}{{if .IsFlusher}}<span title="{{$.locale.Tr "admin.monitor.queue.flush"}}">{{svg "octicon-sync"}}</span>{{end}}</td>
161161
<td>{{DateFmtLong .Start}}</td>
162162
<td>{{if .HasTimeout}}{{DateFmtLong .Timeout}}{{else}}-{{end}}</td>
163163
<td>

0 commit comments

Comments
 (0)