From cf32b30bf5fd61c825a62c444302365cef96a03f Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 31 Aug 2012 13:50:06 +0200 Subject: [PATCH] Hintergrundjobs-Controller: Spalte 'Paketname' wirklich nach vorne schieben ...und nicht nur den Spaltentitel. Shame on me! --- templates/webpages/background_job/list.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/webpages/background_job/list.html b/templates/webpages/background_job/list.html index 44e288617..6ccef1c20 100644 --- a/templates/webpages/background_job/list.html +++ b/templates/webpages/background_job/list.html @@ -27,6 +27,11 @@ [%- FOREACH background_job = BACKGROUND_JOBS %] + + + [%- HTML.escape(background_job.package_name) %] + + [%- IF background_job.type == 'once' %] [%- LxERP.t8('one-time execution') %] @@ -36,11 +41,6 @@ [%- HTML.escape(background_job.type) %] [%- END %] - - - [%- HTML.escape(background_job.package_name) %] - - [% IF background_job.active %][%- LxERP.t8('yes') %][% ELSE %][%- LxERP.t8('no') %][%- END %] [%- HTML.escape(background_job.cron_spec) %] -- 2.20.1