mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-02 23:46:37 +00:00
Backport #26409
* Fix #26408
* Bypass the data race issue in "ssh" package
(cherry picked from commit 8ad331c9d2
)
This commit is contained in:
parent
0414e95cfb
commit
e64aa0d9c2
2 changed files with 8 additions and 3 deletions
|
@ -16,7 +16,7 @@ func Queues(ctx *context.Context) {
|
|||
if !setting.IsProd {
|
||||
initTestQueueOnce()
|
||||
}
|
||||
ctx.Data["Title"] = ctx.Tr("admin.monitor.queue")
|
||||
ctx.Data["Title"] = ctx.Tr("admin.monitor.queues")
|
||||
ctx.Data["PageIsAdminMonitorQueue"] = true
|
||||
ctx.Data["Queues"] = queue.GetManager().ManagedQueues()
|
||||
ctx.HTML(http.StatusOK, tplQueue)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue