Merge pull request #131 from nabilbendafi/fix/binary_test

fix: remove unnecessary test
This commit is contained in:
Samuel Berthe 2020-10-11 18:12:52 +02:00 committed by GitHub
commit 94c5f259d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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