add separate network queue loop and indicator

This commit is contained in:
sparks-alec
2023-05-24 03:27:47 -04:00
parent e90aa6fc17
commit 980bd0e1ee
3 changed files with 27 additions and 0 deletions
+9
View File
@@ -182,6 +182,15 @@ a {
#device-settings #device-settings-port {
width: 70px;
}
#network-indicator-dot {
position: absolute;
left: 250px;
bottom: 8px;
background: #00ff00;
width: 8px;
height: 8px;
border-radius: 4px;
}
/* SECOND COL */
#all-devices {