Revision 4d14c29a
Von Moritz Bunkus vor mehr als 7 Jahren hinzugefügt
templates/webpages/background_job_history/_filter.html | ||
---|---|---|
25 | 25 |
<td>[% L.select_tag('filter.status:eq_ignore_empty', [ [ '', '' ], [ 'failure', LxERP.t8('failed') ], [ 'success', LxERP.t8('succeeded') ] ], default=filter.status_eq_ignore_empty) %]</td> |
26 | 26 |
</tr> |
27 | 27 |
<tr> |
28 |
<th align="right">[% LxERP.t8('Run at') %] [% LxERP.t8('From Date') %]</th>
|
|
28 |
<th align="right">[% LxERP.t8('Execution date from') %]</th>
|
|
29 | 29 |
<td>[% L.date_tag('filter.run_at:date::ge', filter.run_at_date__ge) %]</td> |
30 | 30 |
</tr> |
31 | 31 |
<tr> |
32 |
<th align="right">[% LxERP.t8('Run at') %] [% LxERP.t8('To Date') %]</th>
|
|
32 |
<th align="right">[% LxERP.t8('Execution date to') %]</th>
|
|
33 | 33 |
<td>[% L.date_tag('filter.run_at:date::le', filter.run_at_date__le) %]</td> |
34 | 34 |
</tr> |
35 | 35 |
</table> |
Auch abrufbar als: Unified diff
Jobverlaufsfilter: bessere Benennung des Ausführungsdatumsfilters
Siehe #256.