mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Implements add the ability to suppress specific alerts
Implements #4942
This commit is contained in:
parent
540bd00e28
commit
d6d0780507
10 changed files with 184 additions and 129 deletions
|
|
@ -42,6 +42,6 @@
|
|||
</select>
|
||||
</template>
|
||||
<template id="exclusion-list-template">
|
||||
<textarea name="exclusion-list" id="exclusionlist-textarea" class="w-100 form-control" rows="2"></textarea>
|
||||
<textarea name="exclusion-list" id="exclusionlist-textarea" class="w-100 form-control" rows="2"></textarea title='{{ i18n("scripts_list.exclusion_list_title") }}'>
|
||||
<small>{{ i18n("scripts_list.exclusion_list") }}</small>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue