mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Prevents exclusion lists to show up for unsupported families
Addresses #5212
This commit is contained in:
parent
65685339d0
commit
bd2259b1fa
3 changed files with 26 additions and 20 deletions
|
|
@ -42,8 +42,12 @@
|
|||
</select>
|
||||
</template>
|
||||
|
||||
{% 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 title='{{ i18n("scripts_list.exclusion_list_title") }}'>
|
||||
<small>{{ i18n("scripts_list.exclusion_list") }}</small>
|
||||
</template>
|
||||
|
||||
|
||||
{% end %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue