mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Fixes issues with npm
This commit is contained in:
parent
d7a7c9ee08
commit
c0d42f2343
5 changed files with 20 additions and 15 deletions
|
|
@ -110,7 +110,8 @@ tag_utils.defined_tags = {
|
|||
type = tag_utils.input_types.select,
|
||||
value_type = 'ip_version',
|
||||
i18n_label = i18n('db_search.tags.ip_version'),
|
||||
operators = { 'eq', 'neq' }
|
||||
operators = { 'eq', 'neq' },
|
||||
hourly_available = true,
|
||||
},
|
||||
ip = {
|
||||
value_type = 'ip,cidr', -- Set to 'ip' to accept IP only
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue