fix: improve icinga link

This commit is contained in:
2023-07-08 02:52:23 +02:00
parent a726032cf6
commit bb1c2a25e3

View File

@@ -3,7 +3,7 @@
<body> <body>
{% include "navbar.html" %} {% include "navbar.html" %}
<div class="container"> <div class="container">
<a href="{{ icinga_link }}">Icinga Link</a>
<h2 class="service-name">Service: {{ service.service }}</h2> <h2 class="service-name">Service: {{ service.service }}</h2>
{% if service.staticly_configured %} {% if service.staticly_configured %}
{% endif %} {% endif %}
@@ -20,6 +20,10 @@
</div> </div>
{% endif %} {% endif %}
<a href="{{ icinga_link }}" style="clear: both;" class="last-status hover mr-3">
<p style="color: darkred;">Show in Icinga</p>
</a>
<div class="last-status"> <div class="last-status">
{% if status_list | length > 0 %} {% if status_list | length > 0 %}
<p class="{{ status_list[0].status }}"> <p class="{{ status_list[0].status }}">