Merge pull request #6715 from systemcrash/32to64hostid

This commit is contained in:
Jo-Philipp Wich 2023-11-22 19:13:32 +01:00 committed by GitHub
commit 8a01448bde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -909,8 +909,8 @@ return view.extend({
so = ss.option(form.Value, 'hostid', so = ss.option(form.Value, 'hostid',
_('IPv6-Suffix (hex)'), _('IPv6-Suffix (hex)'),
_('The IPv6 interface identifier (address suffix) as hexadecimal number (max. 8 chars).')); _('The IPv6 interface identifier (address suffix) as hexadecimal number (max. 16 chars).'));
so.datatype = 'and(rangelength(0,8),hexstring)'; so.datatype = 'and(rangelength(0,16),hexstring)';
so = ss.option(form.DynamicList, 'tag', so = ss.option(form.DynamicList, 'tag',
_('Tag'), _('Tag'),