|
|
@ -157,7 +157,7 @@
|
|
|
|
<tbody>
|
|
|
|
<tbody>
|
|
|
|
{{range .Queue.Workers}}
|
|
|
|
{{range .Queue.Workers}}
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td>{{.Workers}}{{if .IsFlusher}}<span title="{{.i18n.Tr "admin.monitor.queue.flush"}}">{{svg "octicon-sync"}}</span>{{end}}</td>
|
|
|
|
<td>{{.Workers}}{{if .IsFlusher}}<span title="{{$.i18n.Tr "admin.monitor.queue.flush"}}">{{svg "octicon-sync"}}</span>{{end}}</td>
|
|
|
|
<td>{{DateFmtLong .Start}}</td>
|
|
|
|
<td>{{DateFmtLong .Start}}</td>
|
|
|
|
<td>{{if .HasTimeout}}{{DateFmtLong .Timeout}}{{else}}-{{end}}</td>
|
|
|
|
<td>{{if .HasTimeout}}{{DateFmtLong .Timeout}}{{else}}-{{end}}</td>
|
|
|
|
<td>
|
|
|
|
<td>
|
|
|
|