From ce099b6cd38a07be119652bb26a05d95af5d3797 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 26 Nov 2018 11:58:58 +0100 Subject: [PATCH] Add missing closing tags The summery template for the admin panel was missing a closing link tag for the deferred worker queue. This tag has been added for the general template and the template used by the frio theme. --- view/templates/admin/summary.tpl | 2 +- view/theme/frio/templates/admin/summary.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/view/templates/admin/summary.tpl b/view/templates/admin/summary.tpl index 298097f792..fa7674232b 100644 --- a/view/templates/admin/summary.tpl +++ b/view/templates/admin/summary.tpl @@ -11,7 +11,7 @@
{{$queues.label}}
-
{{$queues.queue}} - {{$queues.deferred}} - {{$queues.workerq}}
+
{{$queues.queue}} - {{$queues.deferred}} - {{$queues.workerq}}
{{$pending.0}}
diff --git a/view/theme/frio/templates/admin/summary.tpl b/view/theme/frio/templates/admin/summary.tpl index 66afda721b..388c281f58 100644 --- a/view/theme/frio/templates/admin/summary.tpl +++ b/view/theme/frio/templates/admin/summary.tpl @@ -14,7 +14,7 @@ {{* The work queues short statistic. *}} {{* Number of pending registrations. *}}