add Network Info window

This commit is contained in:
sparks-alec
2023-01-05 01:29:31 -05:00
parent 369dcd5713
commit e91e5a1a43
8 changed files with 142 additions and 16 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 210 B

+4 -1
View File
@@ -27,6 +27,9 @@ a {
.left {
float: left;
}
.right {
float: right;
}
#main {
box-sizing: border-box;
@@ -133,7 +136,7 @@ a {
/* position: absolute;
bottom: 210px;
left: 0px;*/
width: 100%;
width: 262px;
height: 30px;
padding-right: 10px;
/*background: linear-gradient(#2f2f2f 0%, #2c2c2c 100%);*/
+2
View File
@@ -28,6 +28,8 @@ function getServers() {
const last = ip.toLong(subnet.lastAddress) - 1;
// console.log(`range ${subnet.firstAddress} - ${subnet.lastAddress}`);
address.broadcastAddress = subnet.broadcastAddress;
address.firstSearchAddress = subnet.firstAddress;
address.lastSearchAddress = subnet.lastAddress;
if (!validInterfaces[key]) {
validInterfaces[key] = [];