This commit is contained in:
John Kinsella 2013-10-23 14:13:26 -07:00
commit 13362aee69
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