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

JOBS

Ajouter

Liste des Jobs
{% for cron in crons %} {% endfor %}
Action Order Command Description Statut Prochaine exécution
{{cron.id}} {{cron.command}} {{cron.description}} {{cron.statutlabel}} {{cron.nextexecdate|date("m/d/Y H:i")}}
{% 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 %}