This commit is contained in:
parent
507b6de034
commit
a4ccdc9c45
1 changed files with 5 additions and 5 deletions
|
@ -15,8 +15,8 @@ interface adresses
|
||||||
services
|
services
|
||||||
--------
|
--------
|
||||||
|
|
||||||
================================================== ======= ==============
|
================================================== ==================== ==============
|
||||||
service state description
|
service state description
|
||||||
================================================== ======= =============={% for svc in services %}
|
================================================== ==================== =============={% for svc in services %}
|
||||||
{{ "{:<50}".format(svc["unit"][:49]) }} {{ "{:<7}".format(svc["sub"].replace("running",":green:`running`")) }} {{ svc["description"] }}{% endfor %}
|
{{ "{:<50}".format(svc["unit"][:49]) }} {{ "{:<20}".format(svc["sub"].replace("running",":green:`running`")) }} {{ svc["description"] }}{% endfor %}
|
||||||
================================================== ======= ==============
|
================================================== ==================== ==============
|
||||||
|
|
Loading…
Add table
Reference in a new issue