mirror of
https://github.com/FAUSheppy/icinga-webhook-gateway
synced 2025-12-06 07:21:38 +01:00
fix: smart record examples before first request
This commit is contained in:
@@ -83,13 +83,13 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if smart %}
|
{% if service.special_type == "SMART" %}
|
||||||
<h5 class="clear my-4">Linux</h5>
|
<h5 class="clear my-4">Linux</h5>
|
||||||
{% else %}
|
{% else %}
|
||||||
<h5 class="clear my-4">Curl</h5>
|
<h5 class="clear my-4">Curl</h5>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="ml-3 example">
|
<div class="ml-3 example">
|
||||||
{% if smart %}
|
{% if service.special_type == "SMART" %}
|
||||||
SMART='{ <br>
|
SMART='{ <br>
|
||||||
<div class="example-indent">
|
<div class="example-indent">
|
||||||
"service" : "{{ service.service }}", <br>
|
"service" : "{{ service.service }}", <br>
|
||||||
@@ -115,7 +115,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if smart %}
|
{% if service.special_type == "SMART" %}
|
||||||
<h5 class="my-4">Windows</h5>
|
<h5 class="my-4">Windows</h5>
|
||||||
<div class="ml-3 example">
|
<div class="ml-3 example">
|
||||||
$SMART = @{ <br>
|
$SMART = @{ <br>
|
||||||
|
|||||||
Reference in New Issue
Block a user