Commit d8292fd 1 parent 49d134e commit d8292fd Copy full SHA for d8292fd
File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
5
5
< meta charset ="UTF-8 ">
6
- < link rel ="stylesheet " href ="main.css?v=2.4.1c " type ="text/css " />
7
- < link rel ="stylesheet " href ="widgets.css?v=2.4.1c " type ="text/css " />
8
- < link rel ="stylesheet " href ="icons.css?v=2.4.1c " type ="text/css " />
6
+ < link rel ="stylesheet " href ="main.css?v=2.4.1r " type ="text/css " />
7
+ < link rel ="stylesheet " href ="widgets.css?v=2.4.1r " type ="text/css " />
8
+ < link rel ="stylesheet " href ="icons.css?v=2.4.1r " type ="text/css " />
9
9
< link rel ="icon " type ="image/png " href ="favicon.png " />
10
- < script type ="text/javascript " src ="index.js?v=2.4.1c "> </ script >
10
+ < script type ="text/javascript " src ="index.js?v=2.4.1r "> </ script >
11
11
</ head >
12
12
< body >
13
13
< div id ="divContainer " class ="container main " data-auth ="false ">
@@ -221,6 +221,7 @@ <h1 style="text-align: center;"><img src="icon.png" style="width:50px;float:left
221
221
</ div >
222
222
</ div >
223
223
< div id ="divDHCP " class ="subtab-content " style ="display:none; ">
224
+ < div style ="margin-top:-14px; "> < span style ="color: #00bcd4; "> IP Adddress:</ span > < span id ="spanCurrentIP "> </ span > </ div >
224
225
< div class ="field-group ">
225
226
< input id ="cbUseDHCP " name ="dhcp " type ="checkbox " data-bind ="ip.dhcp " style ="display:inline-block; " onclick ="wifi.onDHCPClicked(this); " checked ="checked " />
226
227
< label for ="cbUseDHCP " style ="display:inline-block;cursor:pointer; "> Acquire IP Address automatically (DHCP)</ label >
Original file line number Diff line number Diff line change @@ -1684,6 +1684,7 @@ class Wifi {
1684
1684
document . getElementById ( 'divETHSettings' ) . style . display = settings . ethernet . boardType === 0 ? '' : 'none' ;
1685
1685
document . getElementById ( 'divStaticIP' ) . style . display = settings . ip . dhcp ? 'none' : '' ;
1686
1686
ui . toElement ( document . getElementById ( 'divDHCP' ) , settings ) ;
1687
+ document . getElementById ( 'spanCurrentIP' ) . innerHTML = settings . ip . ip ;
1687
1688
}
1688
1689
} ) ;
1689
1690
You can’t perform that action at this time.
0 commit comments