mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
made recipients builtin non-editable and non-deletable
This commit is contained in:
parent
2e0b7015fc
commit
2048db187f
6 changed files with 129 additions and 135 deletions
|
|
@ -90,6 +90,7 @@ class DataTableUtils {
|
|||
}
|
||||
|
||||
static countEntries(val, data) {
|
||||
|
||||
let counter = 0;
|
||||
data.forEach((d) => {
|
||||
if (d.toLowerCase() == val.toLowerCase()) counter++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue