fix(console, login): Idp detail and create layout optimization, login - sub formfield link spacing (#3755)

* idp detail, create layout

* fat finger fix

Co-authored-by: Livio Amstutz <livio.a@gmail.com>
This commit is contained in:
Max Peintner
2022-06-03 09:20:56 +02:00
committed by GitHub
parent 0c14614d02
commit ebb73186b6
16 changed files with 389 additions and 307 deletions

View File

@@ -1409,7 +1409,7 @@
},
"OWNERTYPES": {
"0": "unknown",
"1": "System",
"1": "Instanz",
"2": "Organisation"
},
"TYPES": {
@@ -1462,11 +1462,12 @@
"DELETE_SELECTION_DESCRIPTION": "Sie sind im Begriff mehrere Identity Provider zu löschen. Die dadurch hervorgerufenen Änderungen sind unwiderruflich. Wollen Sie dies wirklich tun?",
"EMPTY": "Kein IDP vorhanden",
"OIDC": {
"TITLE": "OIDC IDP",
"GENERAL": "Generelle Information",
"TITLE": "OIDC Konfiguration",
"DESCRIPTION": "Geben Sie die Daten OIDC Identity Providers ein."
},
"JWT": {
"TITLE": "JWT IDP",
"TITLE": "JWT Konfiguration",
"DESCRIPTION": "Geben Sie die Daten JWT Identity Providers ein. ",
"HEADERNAME": "Header Name",
"JWTENDPOINT": "JWT Endpoint",

View File

@@ -1409,7 +1409,7 @@
},
"OWNERTYPES": {
"0": "unknown",
"1": "System",
"1": "Instance",
"2": "Organization"
},
"TYPES": {
@@ -1462,11 +1462,12 @@
"DELETE_SELECTION_DESCRIPTION": "You are about to delete an identity provider. The resulting changes are irrevocable. Do you really want to do this?",
"EMPTY": "No IPD available",
"OIDC": {
"TITLE": "OIDC IDP",
"GENERAL": "General Information",
"TITLE": "OIDC Configuration",
"DESCRIPTION": "Enter the data for the OIDC Identity Provider."
},
"JWT": {
"TITLE": "JWT IDP",
"TITLE": "JWT Configuration",
"DESCRIPTION": "Enter the data for JWT Identity Provider.",
"HEADERNAME": "Header Name",
"JWTENDPOINT": "JWT Endpoint",

View File

@@ -1409,7 +1409,7 @@
},
"OWNERTYPES": {
"0": "sconosciuto",
"1": "Sistema",
"1": "Istanza",
"2": "Organizzazione"
},
"TYPES": {
@@ -1462,11 +1462,12 @@
"DELETE_SELECTION_DESCRIPTION": "Stai per rimuovere un fornitore di identit\u00e0. I cambiamenti risultanti sono irrevocabili. Vuoi davvero farlo?",
"EMPTY": "Nessun IDP disponible",
"OIDC": {
"TITLE": "OIDC IDP",
"GENERAL": "Informazioni generali",
"TITLE": "Configurazione OIDC",
"DESCRIPTION": "Inserisci i dati per il OIDC Identity Provider."
},
"JWT": {
"TITLE": "JWT IDP",
"TITLE": "Configurazione JWT",
"DESCRIPTION": "Inserisci i dati per il JWT Identity Provider.",
"HEADERNAME": "Header Name",
"JWTENDPOINT": "JWT Endpoint",