Merge pull request 'add linkable anchors to host names' (#2) from kunsi-heading-links into main

Reviewed-on: https://git.kunsmann.eu/sophie/simple-icinga-dashboard/pulls/2
This commit is contained in:
sophie 2021-01-02 13:41:29 +00:00
commit 666ab8f6a6
2 changed files with 9 additions and 9 deletions

View file

@ -112,8 +112,8 @@ def render_services_per_host(host, data):
services_template = """
<li class="list-group-item d-flex justify-content-between align-items-center">
{}
<span class="badge badge-{}">{}</span>
<a href="#{0}">{0}</a>
<span class="badge badge-{1}">{2}</span>
</li>
"""
services_hostname_template = """<div class="card-header d-flex justify-content-between align-items-center"><h4>{}</h4> <span class="badge badge-success">OK</span></div>"""