Fixes issues with npm

This commit is contained in:
Matteo Biscosi 2025-05-16 10:13:21 +02:00
parent d7a7c9ee08
commit c0d42f2343
5 changed files with 20 additions and 15 deletions

View file

@ -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