fix services table in debian template
All checks were successful
/ test (push) Successful in 14s

This commit is contained in:
Michaël Ricart 2025-02-16 22:39:52 +01:00
parent a36931c08b
commit 77ec1adbbd

View file

@ -16,7 +16,6 @@ services
================================================== ======= ============== ================================================== ======= ==============
service state description service state description
================================================== ======= ============== ================================================== ======= =============={% for svc in services %}
{% for svc in services %}
{{ "{:<50}".format(svc["unit"][:49]) }} {{ "{:<7}".format(svc["sub"]) }} {{ svc["description"] }}{% endfor %} {{ "{:<50}".format(svc["unit"][:49]) }} {{ "{:<7}".format(svc["sub"]) }} {{ svc["description"] }}{% endfor %}
================================================== ======= ============== ================================================== ======= ==============