{% extends "base.html.twig" %} {% block body %}

JOBS

Liste des Jobs
{% for cron in crons %} {% endfor %}
Action Prochaine exécution Command Description Statut
{{cron.nextexecdate|date("d/m/Y H:i")}} {{cron.command}} {{cron.description}} {{cron.statutlabel}}
{% endblock %} {% block localjavascript %} $(document).ready(function() { $('#dataTables').DataTable({ columnDefs: [ { "targets": "no-sort", "orderable": false }, { "targets": "no-string", "type" : "num" } ], responsive: true, iDisplayLength: 100, order: [[ 1, "asc" ]] }); }); {% endblock %}