mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
Fix radio buttons in instance migration pop-up (#8836)
This commit is contained in:
parent
407990650f
commit
77cc75ab02
@ -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…
x
Reference in New Issue
Block a user