]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/background_job/list.html
date error in mapping
[mfinanz.git] / templates / webpages / background_job / list.html
index f5668daa18e667f179b282e42aeed1028396d5e5..1980f8f14497c18b84502ff3bbb82994ec8ddeeb 100644 (file)
@@ -14,6 +14,7 @@
     <thead>
      <tr class="listheading">
       <th>[% L.sortable_table_header('package_name') %]</th>
     <thead>
      <tr class="listheading">
       <th>[% L.sortable_table_header('package_name') %]</th>
+      <th>[% L.sortable_table_header('description') %]</th>
       <th>[% L.sortable_table_header('type') %]</th>
       <th>[% L.sortable_table_header('active') %]</th>
       <th>[% L.sortable_table_header('cron_spec') %]</th>
       <th>[% L.sortable_table_header('type') %]</th>
       <th>[% L.sortable_table_header('active') %]</th>
       <th>[% L.sortable_table_header('cron_spec') %]</th>
@@ -30,6 +31,7 @@
        [%- HTML.escape(background_job.package_name) %]
       </a>
      </td>
        [%- HTML.escape(background_job.package_name) %]
       </a>
      </td>
+     <td>[%- HTML.escape(background_job.description) %]</td>
      <td>
       [%- IF background_job.type == 'once' %]
        [%- LxERP.t8('one-time execution') %]
      <td>
       [%- IF background_job.type == 'once' %]
        [%- LxERP.t8('one-time execution') %]