mirror of https://github.com/apache/cloudstack.git
ui: fix import instance form root disk label (#5252)
Wrong key 'title' was used instead of 'label' Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
98d42750cc
commit
5033426057
|
|
@ -149,7 +149,7 @@
|
|||
<a-form-item>
|
||||
<tooltip-label slot="label" :title="$t('label.disk.selection')" :tooltip="apiParams.datadiskofferinglist.description"/>
|
||||
</a-form-item>
|
||||
<a-form-item :title="$t('label.rootdisk')">
|
||||
<a-form-item :label="$t('label.rootdisk')">
|
||||
<a-select
|
||||
v-decorator="['rootdiskid', {
|
||||
rules: [{ required: true, message: $t('message.error.input.value'), }],
|
||||
|
|
|
|||
Loading…
Reference in New Issue