From ccce357e1c173a6cc484ba8374e087ec53f3b18a Mon Sep 17 00:00:00 2001 From: xmarchegay Date: Wed, 18 Dec 2024 19:18:59 +0100 Subject: [PATCH] #27 add title + fix table header style --- templates/admin/process/list.html.twig | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/templates/admin/process/list.html.twig b/templates/admin/process/list.html.twig index 083f821..06b5cff 100644 --- a/templates/admin/process/list.html.twig +++ b/templates/admin/process/list.html.twig @@ -2,17 +2,19 @@ {% extends ea.templatePath('layout') %} {% trans_default_domain ea.i18n.translationDomain %} +{% block content_title %}{{ 'Processes'|trans }}{% endblock %} + {% block main %} {% block table_head %} - - - - - - + + + + + + {% endblock %}
{{ 'Process code'|trans }}{{ 'Last execution'|trans }}{{ 'Status'|trans }}{{ 'Source'|trans }}{{ 'Target'|trans }}{{ 'Actions'|trans }}{{ 'Code'|trans }}{{ 'Last execution'|trans }}{{ 'Status'|trans }}{{ 'Source'|trans }}{{ 'Target'|trans }}{{ 'Actions'|trans }}