mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix dhcp interface really
This commit is contained in:
parent
bc7247446d
commit
5534be7f84
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.option(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…
Add table
Add a link
Reference in a new issue