mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
fix enable script button (#5375)
This commit is contained in:
parent
db58e800b3
commit
5a8da78b37
4 changed files with 49 additions and 47 deletions
|
|
@ -36,8 +36,8 @@
|
|||
{% 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>
|
||||
<textarea name="exclusion-list" id="exclusionlist-textarea" class="w-100 form-control" rows="6"></textarea>
|
||||
<small>{{ i18n("scripts_list.exclusion_list") }}</small>
|
||||
</template>
|
||||
|
||||
{% end %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue