mirror of https://github.com/apache/cloudstack.git
MigrateVolume : ReplaceDiskOffering defaulting to false (#583)
Fixes #582 Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
2493a08922
commit
8801446de1
|
|
@ -74,7 +74,7 @@ export default {
|
|||
storagePools: [],
|
||||
selectedStoragePool: null,
|
||||
diskOfferings: [],
|
||||
replaceDiskOffering: !!this.resource.virtualmachineid,
|
||||
replaceDiskOffering: false,
|
||||
selectedDiskOffering: null
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue