mirror of https://github.com/apache/cloudstack.git
Fix radio buttons in instance migration pop-up (#8836)
This commit is contained in:
parent
6a8494be3b
commit
7db83db3dd
|
|
@ -24,7 +24,7 @@
|
|||
</a-alert>
|
||||
<a-radio-group
|
||||
v-if="migrateVmWithVolumeAllowed"
|
||||
:defaultValue="migrateMode"
|
||||
v-model:value="migrateMode"
|
||||
@change="e => { handleMigrateModeChange(e.target.value) }">
|
||||
<a-radio class="radio-style" :value="1">
|
||||
{{ $t('label.migrate.instance.single.storage') }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue