CLOUDSTACK-999: UI > Register Template > when hypervisor is selected as "Hyperv", format dropdown will have "VHD" option.

This commit is contained in:
Jessica Wang 2013-10-23 13:18:18 -07:00
parent 5133812c85
commit 9f38614eb8
1 changed files with 5 additions and 0 deletions

View File

@ -379,6 +379,11 @@
id: 'TAR',
description: 'TAR'
});
} else if (args.hypervisor == "Hyperv") {
items.push({
id: 'VHD',
description: 'VHD'
});
}
args.response.success({
data: items