mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 19:38:23 +00:00 
			
		
		
		
	Fix template bug of admin monitor (#21208)
Fix #21207 Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user