mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 19:12:10 +01:00
Added the current ip address to the DHCP tab #310
This commit is contained in:
parent
49d134e6f2
commit
d8292fdc2b
3 changed files with 6 additions and 4 deletions
|
|
@ -1684,6 +1684,7 @@ class Wifi {
|
|||
document.getElementById('divETHSettings').style.display = settings.ethernet.boardType === 0 ? '' : 'none';
|
||||
document.getElementById('divStaticIP').style.display = settings.ip.dhcp ? 'none' : '';
|
||||
ui.toElement(document.getElementById('divDHCP'), settings);
|
||||
document.getElementById('spanCurrentIP').innerHTML = settings.ip.ip;
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue