🎈 Sync 2024-07-30 01:54:07

This commit is contained in:
github-actions[bot] 2024-07-30 01:54:07 +08:00
parent de5f00ff66
commit a92e74d6aa

View File

@ -348,11 +348,11 @@ return view.extend({
so = ss.option(form.Value, 'name', _('Domain Name'));
so.datatype = 'hostname';
so.rmempty = true;
so.rmempty = false;
so = ss.option(form.Value, 'ip', _('<abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Address'));
so.datatype = 'or(ip4addr,"ignore")';
so.rmempty = true;
so.rmempty = false;
so = ss.option(form.Value, 'comments', _('Comments'));
so.rmempty = true;