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

@@ -2400,6 +2400,10 @@ body {
text-align: center;
color: #9d9d9d;
}
.ntsh_dashboard .ntsh_dashboard-unity-sensors .ntsh_dashboard-unity-sensors-loading {
text-align: center;
color: #9d9d9d;
}
.ntsh_dashboard table {
width: 100%;
}
@@ -2506,6 +2510,20 @@ body {
background: #5a5a5a;
}
.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;
}
.ntsh_tabs {
position: absolute;
inset: 50px 0 0 0;
@@ -2555,7 +2573,7 @@ body {
body:not(.ntsh_service) .ntsh_buttons {
display: none;
}
body:not(.ntsh_service) .mux_menubar-locater.mux_left .mux_menubar-item {
body:not(.ntsh_service) .mux_menubar-locater.mux_left .mux_menubar-item:not([uid=restart_installation]) {
display: none;
}
body:not(.ntsh_service) .only-service {