From b1a1edc5abd57dd3a09dace12f9593fe3eb6edef Mon Sep 17 00:00:00 2001 From: Kris Simon Date: Sun, 7 Dec 2025 14:12:32 +0100 Subject: [PATCH] Default index page with uitsmijter background --- CHANGELOG.md | 2 ++ Resources/Translations/de_DE.json | 1 + Resources/Translations/en_EN.json | 1 + Resources/Translations/pt_PT.json | 1 + Resources/Views/default/index.leaf | 30 ++++++++++++++++++++++++++---- 5 files changed, 31 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d69a2541..54717b44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +- Improvement: **Index Page** - shows the actual logedin profile and a logout button. + # 0.10.2 - Feature: **Kubernetes Tenant Status** - Added status subresource to Tenant CRD with real-time metrics displayed in `kubectl get tenants` and `kubectl describe tenant` commands. Status now shows client count, active user sessions, and tenant phase. diff --git a/Resources/Translations/de_DE.json b/Resources/Translations/de_DE.json index bff35a9b..71125e1a 100644 --- a/Resources/Translations/de_DE.json +++ b/Resources/Translations/de_DE.json @@ -2,6 +2,7 @@ "LOGIN": { "UI": { "LOGIN": "Anmelden", + "LOGOUT": "Abmelden", "NAME": "Benutzername", "PASSWORD": "Passwort" }, diff --git a/Resources/Translations/en_EN.json b/Resources/Translations/en_EN.json index 3a02d0a6..fe5268f9 100644 --- a/Resources/Translations/en_EN.json +++ b/Resources/Translations/en_EN.json @@ -2,6 +2,7 @@ "LOGIN": { "UI": { "LOGIN": "Log In", + "LOGOUT": "Logout", "NAME": "Username", "PASSWORD": "Password" }, diff --git a/Resources/Translations/pt_PT.json b/Resources/Translations/pt_PT.json index a395f119..ff5ae636 100644 --- a/Resources/Translations/pt_PT.json +++ b/Resources/Translations/pt_PT.json @@ -2,6 +2,7 @@ "LOGIN": { "UI": { "LOGIN": "Iniciar sessão", + "LOGOUT": "Sair", "NAME": "Nome de usuário", "PASSWORD": "Palavra-chave" }, diff --git a/Resources/Views/default/index.leaf b/Resources/Views/default/index.leaf index a54926ab..c9e34d8c 100644 --- a/Resources/Views/default/index.leaf +++ b/Resources/Views/default/index.leaf @@ -7,11 +7,33 @@ #if(payload == nil): - + #endif + +
+ +
+
+
+ +
+ +
- -Payload: #(payload) - \ No newline at end of file +