From a4ccdc9c4563c97f1cdab4b13f89e544fe2a06ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Ricart?= Date: Mon, 17 Feb 2025 13:24:01 +0100 Subject: [PATCH] fix tables service for add colors --- template/debian.rst.j2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/template/debian.rst.j2 b/template/debian.rst.j2 index db698bc..8d84215 100644 --- a/template/debian.rst.j2 +++ b/template/debian.rst.j2 @@ -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 %} +================================================== ==================== ==============