mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Keeps configured enabled/disabled flow risks into account inside plugin
This commit is contained in:
parent
27c1318ab6
commit
00f1ae731a
3 changed files with 39 additions and 23 deletions
|
|
@ -1125,7 +1125,6 @@ const MultiSelect = (gui, hooks, script_subdir, script_key) => {
|
|||
|
||||
const enabled = hooks.all.enabled;
|
||||
const items_list = hooks.all.script_conf.items || [];
|
||||
|
||||
// create textarea to append
|
||||
const $multiselect = generate_multi_select({
|
||||
enabled: enabled,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue