mirror of https://github.com/apache/cloudstack.git
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cloudstack
This commit is contained in:
commit
13362aee69
|
|
@ -379,6 +379,11 @@
|
|||
id: 'TAR',
|
||||
description: 'TAR'
|
||||
});
|
||||
} else if (args.hypervisor == "Hyperv") {
|
||||
items.push({
|
||||
id: 'VHD',
|
||||
description: 'VHD'
|
||||
});
|
||||
}
|
||||
args.response.success({
|
||||
data: items
|
||||
|
|
|
|||
Loading…
Reference in New Issue