diff --git a/src/portal/src/app/config/auth/config-auth.component.html b/src/portal/src/app/config/auth/config-auth.component.html index 354570e5f..1c637df9f 100644 --- a/src/portal/src/app/config/auth/config-auth.component.html +++ b/src/portal/src/app/config/auth/config-auth.component.html @@ -322,7 +322,6 @@
-
{{ 'CONFIG.OIDC.OIDC_REDIREC_URL' | translate}} {{redirectUrl}}/c/oidc/callback
{{'TOOLTIP.OIDC_VERIFYCERT' | translate}}
+
{{ 'CONFIG.OIDC.OIDC_REDIREC_URL' | translate}} {{redirectUrl}}/c/oidc/callback
diff --git a/src/portal/src/app/config/auth/config-auth.component.scss b/src/portal/src/app/config/auth/config-auth.component.scss index fcfec2514..3a0ff7f5b 100644 --- a/src/portal/src/app/config/auth/config-auth.component.scss +++ b/src/portal/src/app/config/auth/config-auth.component.scss @@ -16,7 +16,5 @@ clr-tooltip { top: -5px; } .oidc-tip { - position: absolute; - top: 170px; - color: rgb(210, 74, 112); + color: rgb(10, 74, 112); } diff --git a/src/portal/src/i18n/lang/en-us-lang.json b/src/portal/src/i18n/lang/en-us-lang.json index 4d624672f..d0e1d1a48 100644 --- a/src/portal/src/i18n/lang/en-us-lang.json +++ b/src/portal/src/i18n/lang/en-us-lang.json @@ -75,6 +75,7 @@ "SIGN_UP_MAIL": "Email is only used for resetting your password.", "SIGN_UP_REAL_NAME": "First and last name", "ITEM_REQUIRED": "Field is required.", + "SCOPE_REQUIRED": "Field is required and should be in scope format.", "NUMBER_REQUIRED": "Field is required and should be numbers.", "PORT_REQUIRED": "Field is required and should be valid port number.", "CRON_REQUIRED": "Field is required and should be in cron format.", diff --git a/src/portal/src/i18n/lang/es-es-lang.json b/src/portal/src/i18n/lang/es-es-lang.json index 2dc683b0c..0e765e347 100644 --- a/src/portal/src/i18n/lang/es-es-lang.json +++ b/src/portal/src/i18n/lang/es-es-lang.json @@ -75,6 +75,7 @@ "SIGN_UP_MAIL": "La dirección de email solamente se utilizar para restablecer la contraseña.", "SIGN_UP_REAL_NAME": "Nombre y apellidos", "ITEM_REQUIRED": "Campo obligatorio.", + "SCOPE_REQUIRED": "Field is required and should be in scope format.", "NUMBER_REQUIRED": "El campo es obligatorio y debería ser un número.", "PORT_REQUIRED": "El campo es obligatorio y debería ser un número de puerto válido.", "CRON_REQUIRED": "El campo es obligatorio y debe estar en formato cron.", diff --git a/src/portal/src/i18n/lang/fr-fr-lang.json b/src/portal/src/i18n/lang/fr-fr-lang.json index daebf3df3..c5cc95047 100644 --- a/src/portal/src/i18n/lang/fr-fr-lang.json +++ b/src/portal/src/i18n/lang/fr-fr-lang.json @@ -72,6 +72,7 @@ "SIGN_UP_MAIL": "L'email n'est utilisé que pour réinitialiser votre mot de passe.", "SIGN_UP_REAL_NAME": "Prénom et nom", "ITEM_REQUIRED": "Le champ est obligatoire.", + "SCOPE_REQUIRED": "Field is required and should be in scope format.", "NUMBER_REQUIRED": "Le champ est obligatoire et doit être numérique.", "PORT_REQUIRED": "Le champ est obligatoire et doit être un numéro de port valide.", "CRON_REQUIRED": "Le champ est obligatoire et doit être au format cron.", diff --git a/src/portal/src/i18n/lang/pt-br-lang.json b/src/portal/src/i18n/lang/pt-br-lang.json index 4cef6484d..c514150f9 100644 --- a/src/portal/src/i18n/lang/pt-br-lang.json +++ b/src/portal/src/i18n/lang/pt-br-lang.json @@ -75,6 +75,7 @@ "SIGN_UP_MAIL": "Email é apenas utilizado para redefinir a senha.", "SIGN_UP_REAL_NAME": "Primeiro e último nome", "ITEM_REQUIRED": "Campo é obrigatório.", + "SCOPE_REQUIRED": "Field is required and should be in scope format.", "NUMBER_REQUIRED": "Campo é obrigatório e deve ser numerico.", "PORT_REQUIRED": "Campo é obrigatório e deve ser um número de porta válido.", "CRON_REQUIRED": "O campo é obrigatório e deve estar no formato cron.", diff --git a/src/portal/src/i18n/lang/zh-cn-lang.json b/src/portal/src/i18n/lang/zh-cn-lang.json index 0efd3e2ba..fe730eb8d 100644 --- a/src/portal/src/i18n/lang/zh-cn-lang.json +++ b/src/portal/src/i18n/lang/zh-cn-lang.json @@ -75,6 +75,7 @@ "SIGN_UP_MAIL": "邮件地址仅用来重置您的密码。", "SIGN_UP_REAL_NAME": "全名", "ITEM_REQUIRED": "此项为必填项。", + "SCOPE_REQUIRED": "此项为必填项且为scope格式。", "NUMBER_REQUIRED": "此项为必填项且为数字。", "PORT_REQUIRED": "此项为必填项且为合法端口号。", "CRON_REQUIRED": "此项为必填项且为cron格式。",