Implements 'All' checks tab to have all checks in a single place

Addresses #5610
This commit is contained in:
Simone Mainardi 2021-09-21 16:25:42 +02:00
parent 7fbef1798f
commit 4e750c8cde
6 changed files with 87 additions and 91 deletions

View file

@ -33,12 +33,8 @@
</div>
</div>
{% if subdir == "host" or subdir == "flow" then %}
<template id="exclusion-list-template">
<textarea name="exclusion-list" id="exclusionlist-textarea" class="w-100 form-control" rows="6"></textarea>
<small>{{ i18n("scripts_list.exclusion_list") }}</small>
</template>
{% end %}