From f3604ae322f9329da7bacf1c22d108b13f010e80 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Mon, 19 Sep 2022 20:06:37 +0800 Subject: [PATCH] Fix template bug of admin monitor --- templates/admin/queue.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/admin/queue.tmpl b/templates/admin/queue.tmpl index a08b44277cac6..9a06cbe492a54 100644 --- a/templates/admin/queue.tmpl +++ b/templates/admin/queue.tmpl @@ -157,7 +157,7 @@ {{range .Queue.Workers}} - {{.Workers}}{{if .IsFlusher}}{{svg "octicon-sync"}}{{end}} + {{.Workers}}{{if .IsFlusher}}{{svg "octicon-sync"}}{{end}} {{DateFmtLong .Start}} {{if .HasTimeout}}{{DateFmtLong .Timeout}}{{else}}-{{end}}