Fix VM-template.template_info.disks.
This commit is contained in:
parent
8399edb4dc
commit
790e67866c
@ -238,7 +238,7 @@ export function vm (obj) {
|
||||
vm.template_info = {
|
||||
arch: otherConfig['install-arch'],
|
||||
disks: (function () {
|
||||
const {xml} = otherConfig
|
||||
const {disks: xml} = otherConfig
|
||||
if (!xml) {
|
||||
return []
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user