This commit is contained in:
parent
851db200e0
commit
97daf64816
2 changed files with 12 additions and 7 deletions
|
@ -15,8 +15,11 @@ interface adresses
|
|||
services
|
||||
--------
|
||||
|
||||
================================================== ==================== ==============
|
||||
service state description
|
||||
================================================== ==================== =============={% for svc in services %}
|
||||
{{ "{:<50}".format(svc["unit"][:49]) }} {{ "{:<20}".format(svc["sub"].replace("running",":green:`running`").replace("failed", ":red:`failed`")) }} {{ svc["description"] }}{% endfor %}
|
||||
================================================== ==================== ==============
|
||||
.. table:: services
|
||||
:class: sphinx-datatable
|
||||
|
||||
================================================== ==================== ==============
|
||||
service state description
|
||||
================================================== ==================== =============={% for svc in services %}
|
||||
{{ "{:<50}".format(svc["unit"][:49]) }} {{ "{:<20}".format(svc["sub"].replace("running",":green:`running`").replace("failed", ":red:`failed`")) }} {{ svc["description"] }}{% endfor %}
|
||||
================================================== ==================== ==============
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue