mirror of
https://github.com/FAUSheppy/icinga-webhook-gateway
synced 2025-12-06 07:21:38 +01:00
fix: improve icinga link
This commit is contained in:
@@ -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 }}">
|
||||||
|
|||||||
Reference in New Issue
Block a user