mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-14 19:41:51 +00:00
Fix dhcp interface
This commit is contained in:
parent
41c021661b
commit
bc7247446d
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ return L.view.extend({
|
||||||
so.value(hosts[mac].ipv4);
|
so.value(hosts[mac].ipv4);
|
||||||
});
|
});
|
||||||
|
|
||||||
so = ss.options(form.value, 'gw', _('Gateway IPv4 Address'));
|
so = ss.option(form.value, 'gw', _('Gateway IPv4 Address'));
|
||||||
so.rmempty = true;
|
so.rmempty = true;
|
||||||
so.datatype = 'or(ip4addr,"ignore")';
|
so.datatype = 'or(ip4addr,"ignore")';
|
||||||
Object.keys(hosts).forEach(function(mac) {
|
Object.keys(hosts).forEach(function(mac) {
|
||||||
|
|
Loading…
Reference in a new issue