mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-04 09:50:09 +00:00
add raw exclusion list for user script page (#5002)
This commit is contained in:
parent
981f7a0572
commit
08f2e68f0b
5 changed files with 93 additions and 45 deletions
|
|
@ -1539,6 +1539,7 @@ function appendExclusionList(data) {
|
|||
|
||||
let $container;
|
||||
let $textarea = $($(`#exclusion-list-template`).html());
|
||||
|
||||
const label = i18n.scripts_list.exclusion_list_title;
|
||||
if (["elephant_flows", "long_lived", "items_list"].includes(data.gui.input_builder)) {
|
||||
$container = $(`<tr></tr>`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue