feat: add robot connection

ref: N25B-400
This commit is contained in:
Björn Otgaar
2026-01-08 14:01:42 +01:00
parent a1e242e391
commit 6e1eb25bbc
3 changed files with 57 additions and 6 deletions

View File

@@ -53,6 +53,11 @@
font-weight: bold;
}
.disconnected {
color: red;
font-weight: bold;
}
.pausePlayInactive{
background-color: gray;
}