fix: remove unnecessary test

This commit is contained in:
Nabil BENDAFI 2020-06-24 14:49:56 +02:00
parent 4cd3ff1d4a
commit edbc9cac2b

View file

@ -64,7 +64,7 @@
{{ serviceIndex }}.{{ ruleIndex }}. {{ serviceIndex }}.{{ ruleIndex }}.
{{ rule.name }} {{ rule.name }}
</h4> </h4>
<details id="service-{{ serviceIndex }}-rule-{{ ruleIndex }}" {% if true || (serviceIndex == 1 && ruleIndex == 1) %} open {% endif %}> <details id="service-{{ serviceIndex }}-rule-{{ ruleIndex }}" open="">
<summary> <summary>
{{ rule.description }} {{ rule.description }}
<span class="clipboard-single" data-clipboard-target-id="service-{{ serviceIndex }}-rule-{{ ruleIndex }}" onclick="event.preventDefault();">[copy]</span> <span class="clipboard-single" data-clipboard-target-id="service-{{ serviceIndex }}-rule-{{ ruleIndex }}" onclick="event.preventDefault();">[copy]</span>