X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1df575c423b18dfd12ba1e4da86b5bfb26239c41..HEAD:/templates/webpages/background_job/list.html diff --git a/templates/webpages/background_job/list.html b/templates/webpages/background_job/list.html index f5668daa1..1980f8f14 100644 --- a/templates/webpages/background_job/list.html +++ b/templates/webpages/background_job/list.html @@ -14,6 +14,7 @@ [% L.sortable_table_header('package_name') %] + [% L.sortable_table_header('description') %] [% L.sortable_table_header('type') %] [% L.sortable_table_header('active') %] [% L.sortable_table_header('cron_spec') %] @@ -30,6 +31,7 @@ [%- HTML.escape(background_job.package_name) %] + [%- HTML.escape(background_job.description) %] [%- IF background_job.type == 'once' %] [%- LxERP.t8('one-time execution') %]