X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fbackground_job_history%2Flist.html;h=2f251e275ef01bfff88761f433163a32c35f572f;hb=96f2dabc7d64e28c74358fb5745a6c68b18527f3;hp=1c1213d139774d1f5f31a2d2f5f18e92c5419120;hpb=345248fd59538b5bfabc5fc54defdc17f76481f3;p=kivitendo-erp.git diff --git a/templates/webpages/background_job_history/list.html b/templates/webpages/background_job_history/list.html index 1c1213d13..2f251e275 100644 --- a/templates/webpages/background_job_history/list.html +++ b/templates/webpages/background_job_history/list.html @@ -1,61 +1,60 @@ [% USE HTML %][% USE L %][% USE LxERP %] - -

[% FORM.title %]

+

[% FORM.title %]

[%- INCLUDE 'common/flash.html' %] -
- [% IF !ENTRIES.size %] -

- [%- LxERP.t8('There are no entries in the background job history.') %] -

- - [%- ELSE %] - - - - - - - - - - - - - [%- FOREACH entry = ENTRIES %] - - - - - - - +[%- PROCESS 'background_job_history/_filter.html' filter=SELF.models.filtered.laundered %] + +[% IF !ENTRIES.size %] +

+ [%- LxERP.t8('There are no entries in the background job history.') %] +

+ +[%- ELSE %] +
[% L.sortable_table_header('package_name') %][% L.sortable_table_header('run_at') %][% L.sortable_table_header('status') %][% L.sortable_table_header('result') %][% L.sortable_table_header('error') %]
- - [%- HTML.escape(entry.package_name) %] - - [%- HTML.escape(entry.run_at.to_lxoffice('precision' => 'second')) %] - [%- IF entry.status == 'success' %] - [%- LxERP.t8('succeeded') %] - [%- ELSIF entry.status == 'failure' %] - [%- LxERP.t8('failed') %] - [%- ELSE %] - [%- HTML.escape(entry.status) %] - [%- END %] - [%- HTML.escape(entry.result) %][% IF entry.error_col %]
[%- HTML.escape(L.truncate(entry.error_col)) %]
[%- END %]
+ + + + + + + + + + + + [%- FOREACH entry = ENTRIES %] + + + + -
[% L.sortable_table_header('package_name') %][% L.sortable_table_header('run_at') %][% L.sortable_table_header('status') %][% L.sortable_table_header('result') %][% L.sortable_table_header('error') %]
+ + [%- HTML.escape(entry.package_name) %] + + [%- HTML.escape(entry.run_at.to_lxoffice('precision' => 'second')) %] + [%- IF entry.status == 'success' %] + [%- LxERP.t8('succeeded') %] + [%- ELSIF entry.status == 'failure' %] + [%- LxERP.t8('failed') %] + [%- ELSE %] + [%- HTML.escape(entry.status) %] [%- END %] -
+ + [%- HTML.escape(entry.result) %] + [% IF entry.error_col %]
[%- HTML.escape(L.truncate(entry.error_col)) %]
[%- END %] + [%- END %] + + +[%- END %] - [% L.paginate_controls %] +[% L.paginate_controls %] -
+
-

- [%- LxERP.t8('View background jobs') %] - | - [%- LxERP.t8('Task server control') %] -

-
+

+ [%- LxERP.t8('View background jobs') %] + | + [%- LxERP.t8('Task server control') %] +