Lots of changes

-    Feedback van dataSensor array
-    dataSliders min/max and unit
-    Camera before Unity
-    Restart knop buiten service mode
-    Operator phonenumber button
-    Gracefull shutdown
-    Out of service control
This commit is contained in:
2025-10-23 17:45:35 +02:00
parent f07ba57168
commit cd33670361
36 changed files with 1444 additions and 277 deletions

View File

@@ -38,6 +38,13 @@
}
}
.ntsh_dashboard-unity-sensors {
.ntsh_dashboard-unity-sensors-loading {
text-align: center;
color: #9d9d9d;
}
}
table {
width: 100%;
@@ -175,4 +182,18 @@
}
}
}
.ntsh_callanchor {
width: 100%;
background: #202020;
margin-bottom: calc(var(--mux-edge-offset) * -1);
display: flex;
justify-content: center;
align-items: center;
font-size: 30px;
padding: var(--mux-edge-offset) 0px;
color: #fff;
font-family: monospace;
letter-spacing: 0px;
}

View File

@@ -17,7 +17,7 @@ body {
}
.mux_menubar-locater.mux_left {
.mux_menubar-item {
.mux_menubar-item:not([uid="restart_installation"]) {
display: none;
}
}
@@ -32,6 +32,7 @@ body {
display: none;
}
}
}
.sn {