loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix template bug of admin monitor (#21208)

Fix #21207

Co-authored-by: Lauris BH <lauris@nix.lv>

authored by

Lunny Xiao
Lauris BH
and committed by
GitHub
a1963024 0c51595e

+1 -1
+1 -1
templates/admin/queue.tmpl
··· 157 157 <tbody> 158 158 {{range .Queue.Workers}} 159 159 <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> 161 161 <td>{{DateFmtLong .Start}}</td> 162 162 <td>{{if .HasTimeout}}{{DateFmtLong .Timeout}}{{else}}-{{end}}</td> 163 163 <td>