parent
161865af19
commit
84c1eaca71
1 changed files with 1 additions and 1 deletions
|
@ -18,5 +18,5 @@ services
|
|||
================================================== ======= ==============
|
||||
service state description
|
||||
================================================== ======= =============={% 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]) }} {{ "{:<7}".format(svc["sub"].replace("running",":green:`running`"")) }} {{ svc["description"] }}{% endfor %}
|
||||
================================================== ======= ==============
|
||||
|
|
Loading…
Add table
Reference in a new issue