mirror of
https://github.com/FAUSheppy/icinga-webhook-gateway
synced 2025-12-09 16:58:32 +01:00
wip:
This commit is contained in:
@@ -37,6 +37,9 @@
|
||||
</br>
|
||||
{{ form.timeout.label }} {{ form.timeout() }} </br>
|
||||
|
||||
</br>
|
||||
{{ form.special_type.label }} {{ form.special_type() }} </br>
|
||||
|
||||
{% if is_modification %}
|
||||
<input class="form-button mt-4" type="submit" value="Send Modification">
|
||||
{% else %}
|
||||
|
||||
@@ -33,6 +33,11 @@
|
||||
<h2 class="service-name">Service: {{ service.service }}</h2>
|
||||
{% if service.staticly_configured %}
|
||||
{% endif %}
|
||||
{% if service.special_type == "SMART" %}
|
||||
<div class="service-info-button mt-3" style="background-color: orange;">
|
||||
Smart Monitor {% if smart_entry %} for: {{ smart.model_number }} {% endif %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if not service.staticly_configured %}
|
||||
<a class="service-info-button mt-3" style="background-color: orange;"
|
||||
|
||||
Reference in New Issue
Block a user