fix: smart record examples before first request

This commit is contained in:
2024-01-03 14:53:25 +01:00
parent 683ebefbb0
commit 08fc17efe0

View File

@@ -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>