add linkable anchors to host names #2
2 changed files with 9 additions and 9 deletions
|
@ -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>"""
|
||||
|
|
Loading…
Reference in a new issue