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>
|
||||
{% include "navbar.html" %}
|
||||
<div class="container">
|
||||
<a href="{{ icinga_link }}">Icinga Link</a>
|
||||
|
||||
<h2 class="service-name">Service: {{ service.service }}</h2>
|
||||
{% if service.staticly_configured %}
|
||||
{% endif %}
|
||||
@@ -20,6 +20,10 @@
|
||||
</div>
|
||||
{% 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">
|
||||
{% if status_list | length > 0 %}
|
||||
<p class="{{ status_list[0].status }}">
|
||||
|
||||
Reference in New Issue
Block a user