mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-04 09:50:09 +00:00
Fixes internal error while modifing the scripts
This commit is contained in:
parent
d6d0780507
commit
c82e007653
2 changed files with 2 additions and 2 deletions
|
|
@ -1486,7 +1486,7 @@ function appendExclusionList(data) {
|
|||
if (scriptConfExList) {
|
||||
const scriptConfCurrFil = scriptConfExList.current_filters;
|
||||
if (scriptConfCurrFil) {
|
||||
for (const [key, value] of Object.entries(scriptConfExList)) {
|
||||
for (const [key, value] of Object.entries(scriptConfCurrFil)) {
|
||||
if (value["str_format"]) {
|
||||
ex_list_str += value["str_format"] + "\n";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue