From f75a2f9407cb6ef9093030950b94eff8e41e05b0 Mon Sep 17 00:00:00 2001 From: Shijun Sun <30999793+AllForNothing@users.noreply.github.com> Date: Tue, 31 Oct 2023 18:32:00 +0800 Subject: [PATCH] Add a tooltip for the replication rule (#19509) 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 9e272fdcbfb..c45d209c5c7 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 d56ccee31f1..8dce110ec87 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 @@