mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-14 02:03:39 +00:00
add Network Info window
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 210 B |
+4
-1
@@ -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%);*/
|
||||
|
||||
@@ -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] = [];
|
||||
|
||||
Reference in New Issue
Block a user