Skip to content

Commit a286772

Browse files
authored
Fix template bug of admin monitor (#21209)
backport #21208
1 parent c8d6879 commit a286772

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="{{.i18n.Tr "admin.monitor.queue.flush"}}">{{svg "octicon-sync"}}</span>{{end}}</td>
160+
<td>{{.Workers}}{{if .IsFlusher}}<span title="{{$.i18n.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)