This commit is contained in:
parent
a36931c08b
commit
77ec1adbbd
1 changed files with 1 additions and 2 deletions
|
@ -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 %}
|
||||||
================================================== ======= ==============
|
================================================== ======= ==============
|
||||||
|
|
Loading…
Add table
Reference in a new issue