diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e62bf01..e7110aac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # 0.10.3 - Update: **Traefik 3** is now supported by default. Traefik 2 is still supported, but traefik.aiiVersion must be set. - +- Improvement: **Index Page** - shows the actual logedin profile and a logout button. # 0.10.2 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 +
+