From 73870e85cd1affff6b8c28743c00317ddeb2bdc3 Mon Sep 17 00:00:00 2001 From: Johann150 Date: Wed, 7 Dec 2022 23:22:19 +0100 Subject: [PATCH] client: make headlines in queue widget links The headlines "inbox queue" and "deliver queue" are now links to the admin panel page about the queue. Changelog: Changed --- packages/client/src/widgets/job-queue.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/packages/client/src/widgets/job-queue.vue b/packages/client/src/widgets/job-queue.vue index 0baf248e6..6df95150d 100644 --- a/packages/client/src/widgets/job-queue.vue +++ b/packages/client/src/widgets/job-queue.vue @@ -1,7 +1,10 @@