Skip to content

Commit

Permalink
Add a tooltip for the replication rule
Browse files Browse the repository at this point in the history
1. Fixes #19371

Signed-off-by: AllForNothing <sshijun@vmware.com>
  • Loading branch information
AllForNothing committed Oct 31, 2023
1 parent 064a109 commit 6e01278
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -658,8 +658,25 @@ <h3 class="modal-title">{{ headerTitle | translate }}</h3>
for="ruleDeletion"
>{{
'REPLICATION.DELETE_REMOTE_IMAGES' | translate
}}</label
>
}}
<clr-tooltip>
<clr-icon
clrTooltipTrigger
shape="info-circle"
size="24"></clr-icon>
<clr-tooltip-content
clrPosition="top-left"
clrSize="lg"
*clrIfOpen>
<span>
{{
'REPLICATION.PUSH_BASED_ONLY'
| translate
}}
</span>
</clr-tooltip-content>
</clr-tooltip>
</label>
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/portal/src/i18n/lang/de-de-lang.json
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@
"RESOURCE_TYPE": "Ressourcen-Typ"
},
"REPLICATION": {
"PUSH_BASED_ONLY": "Only for the push-based replication",
"YES": "Ja",
"SECONDS": "Sekunden",
"MINUTES": "Minuten",
Expand Down
1 change: 1 addition & 0 deletions src/portal/src/i18n/lang/en-us-lang.json
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,7 @@
"RESOURCE_TYPE": "Resource Type"
},
"REPLICATION": {
"PUSH_BASED_ONLY": "Only for the push-based replication",
"YES": "Yes",
"SECONDS": "Seconds",
"MINUTES": "Minutes",
Expand Down
1 change: 1 addition & 0 deletions src/portal/src/i18n/lang/es-es-lang.json
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@
"RESOURCE_TYPE": "Resource Type"
},
"REPLICATION": {
"PUSH_BASED_ONLY": "Only for the push-based replication",
"YES": "Yes",
"SECONDS": "Seconds",
"MINUTES": "Minutes",
Expand Down
1 change: 1 addition & 0 deletions src/portal/src/i18n/lang/fr-fr-lang.json
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@
"RESOURCE_TYPE": "Type de ressource"
},
"REPLICATION": {
"PUSH_BASED_ONLY": "Only for the push-based replication",
"YES": "Oui",
"SECONDS": "Secondes",
"MINUTES": "Minutes",
Expand Down
1 change: 1 addition & 0 deletions src/portal/src/i18n/lang/pt-br-lang.json
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@
"RESOURCE_TYPE": "Tipo de Recurso"
},
"REPLICATION": {
"PUSH_BASED_ONLY": "Only for the push-based replication",
"YES": "Sim",
"SECONDS": "Segundo",
"MINUTES": "Minuto",
Expand Down
1 change: 1 addition & 0 deletions src/portal/src/i18n/lang/tr-tr-lang.json
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@
"RESOURCE_TYPE": "Resource Type"
},
"REPLICATION": {
"PUSH_BASED_ONLY": "Only for the push-based replication",
"YES": "Evet",
"SECONDS": "Saniye",
"MINUTES": "Dakika",
Expand Down
1 change: 1 addition & 0 deletions src/portal/src/i18n/lang/zh-cn-lang.json
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@
"RESOURCE_TYPE": "资源类型"
},
"REPLICATION": {
"PUSH_BASED_ONLY": "仅针对于 Push-Based 模式下的复制操作",
"YES": "",
"SECONDS": "",
"MINUTES": "分钟",
Expand Down
1 change: 1 addition & 0 deletions src/portal/src/i18n/lang/zh-tw-lang.json
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@
"RESOURCE_TYPE": "資源類型"
},
"REPLICATION": {
"PUSH_BASED_ONLY": "Only for the push-based replication",
"YES": "",
"SECONDS": "",
"MINUTES": "分鐘",
Expand Down

0 comments on commit 6e01278

Please sign in to comment.