mirror of
https://github.com/kiddin9/openwrt-packages.git
synced 2025-01-09 10:37:39 +08:00
🎈 Sync 2024-07-30 01:54:07
This commit is contained in:
parent
de5f00ff66
commit
a92e74d6aa
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user