File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 399399"label.associatednetworkid" : " Associated Network ID" ,
400400"label.associatednetworkname" : " Network name" ,
401401"label.asyncbackup" : " Async backup" ,
402+ "label.attach.vol.to.instance" : " Attach the created Volume to an existing Instance" ,
402403"label.attaching" : " Attaching" ,
403404"label.authentication.method" : " Authentication Method" ,
404405"label.authentication.sshkey" : " System SSH Key" ,
Original file line number Diff line number Diff line change 118118 </span >
119119 <a-form-item name =" attachVolume" ref =" attachVolume" v-if =" !createVolumeFromVM" >
120120 <template #label >
121- <tooltip-label :title =" $t('label.action.attach.to.instance')" :tooltip =" $t('label.attachdisk ')" />
121+ <tooltip-label :title =" $t('label.action.attach.to.instance')" :tooltip =" $t('label.attach.vol.to.instance ')" />
122122 </template >
123123 <a-switch v-model:checked =" form.attachVolume" :checked =" attachVolume" @change =" zone => onChangeAttachToVM(zone.id)" />
124124 </a-form-item >
You can’t perform that action at this time.
0 commit comments