fix tables service for add colors
All checks were successful
/ test (push) Successful in 13s

This commit is contained in:
Michaël Ricart 2025-02-17 13:24:01 +01:00
parent 507b6de034
commit a4ccdc9c45

View file

@ -15,8 +15,8 @@ interface adresses
services
--------
================================================== ======= ==============
service state description
================================================== ======= =============={% for svc in services %}
{{ "{:<50}".format(svc["unit"][:49]) }} {{ "{:<7}".format(svc["sub"].replace("running",":green:`running`")) }} {{ svc["description"] }}{% endfor %}
================================================== ======= ==============
================================================== ==================== ==============
service state description
================================================== ==================== =============={% for svc in services %}
{{ "{:<50}".format(svc["unit"][:49]) }} {{ "{:<20}".format(svc["sub"].replace("running",":green:`running`")) }} {{ svc["description"] }}{% endfor %}
================================================== ==================== ==============