Skip to content

Commit 391f80c

Browse files
Gupta, SuryaGupta, Surya
authored andcommitted
CSTACKEX-98 UI Changes for tooltips
1 parent 8ade439 commit 391f80c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ui/public/locales/en.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4067,6 +4067,11 @@
40674067
"message.action.unregister.extension.resource": "Please confirm that you want to unregister extension with this resource",
40684068
"message.bgp.peers.null": "Please note, if no BGP peers are selected, the VR will connect to <br> (1) dedicated BGP peers the owner can access, if the owner has dedicated BGP peers and account setting use.system.bgp.peers is set to false; <br> (2) all BGP peers the owner can access, otherwise.<br>",
40694069
"message.bucket.delete": "Please confirm that you want to delete this Bucket",
4070+
"label.ontap.username.tooltip": "The username for the OnTap storage array",
4071+
"label.ontap.password": "The password for the OnTap storage array",
4072+
"label.ontap.ip.tooltip": "OnTap storage array IP",
4073+
"label.ontap.ip": "Storage Array IP",
4074+
"label.ontap.svm.name": "SVM Name",
40704075
"migrate.from": "Migrate from",
40714076
"migrate.to": "Migrate to",
40724077
"migrationPolicy": "Migration policy",

ui/src/views/infra/AddPrimaryStorage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
<template #label>
276276
<tooltip-label :title="$t('label.ontap.ip')" :tooltip="$t('label.ontap.ip.tooltip')"/>
277277
</template>
278-
<a-input v-model:value="form.ontapIP" :placeholder="$t('label.netapp.url.tooltip')"/>
278+
<a-input v-model:value="form.ontapIP" :placeholder="$t('label.netapp.ip.tooltip')"/>
279279
</a-form-item>
280280
<a-form-item name="ontapUsername" ref="ontapUsername">
281281
<template #label>

0 commit comments

Comments
 (0)