Layout Login
This commit is contained in:
@@ -31,6 +31,9 @@ robotHoming.server.schooltech.ch https://appServer_TunnelHead:9793 redirec
|
|||||||
robotVideo.server.schooltech.ch https://appServer_TunnelHead:9743 redirect true false robotVideo.server.schooltech.ch 443 true
|
robotVideo.server.schooltech.ch https://appServer_TunnelHead:9743 redirect true false robotVideo.server.schooltech.ch 443 true
|
||||||
tcControl.server.schooltech.ch https://appServer_TunnelHead:9710 redirect true false tcControl.server.schooltech.ch 443 true
|
tcControl.server.schooltech.ch https://appServer_TunnelHead:9710 redirect true false tcControl.server.schooltech.ch 443 true
|
||||||
nextcloud.server.schooltech.ch http://192.168.0.210:9183 redirect true false
|
nextcloud.server.schooltech.ch http://192.168.0.210:9183 redirect true false
|
||||||
|
robotBase.server.schooltech.ch https://appServer_TunnelHead:9725 redirect true false
|
||||||
|
robotEllbow.server.schooltech.ch https://appServer_TunnelHead:9726 redirect true false
|
||||||
|
robotHand.server.schooltech.ch https://appServer_TunnelHead:9727 redirect true false
|
||||||
|
|
||||||
# Beispiel mit abweichendem Zertifikats-Ordner (Lineage-Suffix)
|
# Beispiel mit abweichendem Zertifikats-Ordner (Lineage-Suffix)
|
||||||
# tcGuac.server.schooltech.ch https://guac:8443 redirect true false server.schooltech.ch-0002
|
# tcGuac.server.schooltech.ch https://guac:8443 redirect true false server.schooltech.ch-0002
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
for d in server.schooltech.ch \
|
for d in server.schooltech.ch \
|
||||||
|
robotBase.server.schooltech.ch \
|
||||||
|
robotEllbow.server.schooltech.ch \
|
||||||
|
robotHand.server.schooltech.ch \
|
||||||
nextcloud.server.schooltech.ch \
|
nextcloud.server.schooltech.ch \
|
||||||
robotVideo.server.schooltech.ch \
|
robotVideo.server.schooltech.ch \
|
||||||
tcControl.server.schooltech.ch \
|
tcControl.server.schooltech.ch \
|
||||||
|
|||||||
@@ -6,7 +6,10 @@ const services = [
|
|||||||
{ id: "xyz", name: "Guacamole", url: "https://rp5guac.server.schooltech.ch/" },
|
{ id: "xyz", name: "Guacamole", url: "https://rp5guac.server.schooltech.ch/" },
|
||||||
{ id: "sim", name: "Simulation", url: "https://tcSimulation.server.schooltech.ch/" },
|
{ id: "sim", name: "Simulation", url: "https://tcSimulation.server.schooltech.ch/" },
|
||||||
{ id: "video", name: "Video", url: "https://robotVideo.server.schooltech.ch/" },
|
{ id: "video", name: "Video", url: "https://robotVideo.server.schooltech.ch/" },
|
||||||
{ id: "homing", name: "Homing", url:"https://robotHoming.server.schooltech.ch/"}
|
{ id: "homing", name: "Homing", url:"https://robotHoming.server.schooltech.ch/"},
|
||||||
|
{ id: "base", name:"RobotBase", url:"https://robotBase.server.schooltech.ch/"},
|
||||||
|
{ id: "ellbow", name:"RobotEllbow", url:"https://robotEllbow.server.schooltech.ch/"},
|
||||||
|
{ id: "hand", name:"RobotHand", url:"https://robotHand.server.schooltech.ch/"}
|
||||||
];
|
];
|
||||||
|
|
||||||
// DOM-Elemente
|
// DOM-Elemente
|
||||||
|
|||||||
@@ -26,6 +26,10 @@ header {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.user {
|
||||||
|
margin-left: auto; /* ⬅️ Login/Logout nach rechts */
|
||||||
|
}
|
||||||
|
|
||||||
nav button {
|
nav button {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
@@ -86,3 +90,8 @@ nav button.active {
|
|||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
box-shadow: 0 8px 20px rgba(0,0,0,0.25);
|
box-shadow: 0 8px 20px rgba(0,0,0,0.25);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#login-btn {
|
||||||
|
width: 70px; /* oder 80 / 100 px – wie du willst */
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user