mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-999: UI > Register Template > when hypervisor is selected as "Hyperv", format dropdown will have "VHD" option.
This commit is contained in:
parent
5133812c85
commit
9f38614eb8
|
|
@ -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