From 3552a48d16c13f02a6932df91236e4d5441c674a Mon Sep 17 00:00:00 2001 From: AllForNothing Date: Tue, 31 Oct 2023 11:11:48 +0800 Subject: [PATCH] Add a tooltip for the replication rule 1. Fixes #19371 Signed-off-by: AllForNothing --- .../create-edit-rule.component.html | 21 +++++++++++++++++-- .../oidc-onboard/oidc-onboard.component.html | 1 + src/portal/src/i18n/lang/de-de-lang.json | 1 + src/portal/src/i18n/lang/en-us-lang.json | 1 + src/portal/src/i18n/lang/es-es-lang.json | 1 + src/portal/src/i18n/lang/fr-fr-lang.json | 1 + src/portal/src/i18n/lang/pt-br-lang.json | 1 + src/portal/src/i18n/lang/tr-tr-lang.json | 1 + src/portal/src/i18n/lang/zh-cn-lang.json | 1 + src/portal/src/i18n/lang/zh-tw-lang.json | 1 + 10 files changed, 28 insertions(+), 2 deletions(-) diff --git a/src/portal/src/app/base/left-side-nav/replication/replication/create-edit-rule/create-edit-rule.component.html b/src/portal/src/app/base/left-side-nav/replication/replication/create-edit-rule/create-edit-rule.component.html index 9e272fdcbfba..c45d209c5c7a 100644 --- a/src/portal/src/app/base/left-side-nav/replication/replication/create-edit-rule/create-edit-rule.component.html +++ b/src/portal/src/app/base/left-side-nav/replication/replication/create-edit-rule/create-edit-rule.component.html @@ -658,8 +658,25 @@ for="ruleDeletion" >{{ 'REPLICATION.DELETE_REMOTE_IMAGES' | translate - }} + }} + + + + + {{ + 'REPLICATION.PUSH_BASED_ONLY' + | translate + }} + + + + diff --git a/src/portal/src/app/oidc-onboard/oidc-onboard.component.html b/src/portal/src/app/oidc-onboard/oidc-onboard.component.html index d56ccee31f14..8dce110ec874 100644 --- a/src/portal/src/app/oidc-onboard/oidc-onboard.component.html +++ b/src/portal/src/app/oidc-onboard/oidc-onboard.component.html @@ -55,6 +55,7 @@