From 28787c223d99e268f39a6cd6e61fade951597919 Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Sat, 14 Jul 2018 18:15:38 +0200 Subject: [PATCH] Added worker queue template --- view/templates/admin/workerqueue.tpl | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 view/templates/admin/workerqueue.tpl diff --git a/view/templates/admin/workerqueue.tpl b/view/templates/admin/workerqueue.tpl new file mode 100644 index 0000000000..5bab58a5e9 --- /dev/null +++ b/view/templates/admin/workerqueue.tpl @@ -0,0 +1,21 @@ +
+

{{$title}} - {{$page}} ({{$count}})

+ +

{{$info}}

+ + + + + + + + {{foreach $entries as $e}} + + + + + + + {{/foreach}} +
{{$id_header}}{{$param_header}}{{$created_header}}{{$prio_header}}
{{$e.id}}{{$e.parameter}}{{$e.created}}{{$e.priority}}
+