This commit is contained in:
parent
a4ccdc9c45
commit
851db200e0
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]) }} {{ "{:<20}".format(svc["sub"].replace("running",":green:`running`")) }} {{ svc["description"] }}{% endfor %}
|
||||
{{ "{:<50}".format(svc["unit"][:49]) }} {{ "{:<20}".format(svc["sub"].replace("running",":green:`running`").replace("failed", ":red:`failed`")) }} {{ svc["description"] }}{% endfor %}
|
||||
================================================== ==================== ==============
|
||||
|
|
Loading…
Add table
Reference in a new issue