mirror of
https://github.com/apache/cloudstack
synced 2026-08-31 01:05:57 +00:00
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
Block a user