CLOUDSTACK-999: hyper-V: UI > zone wizard > Edit Traffic Type > send hypervnetworklabel to addTrafficType API.
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9fc81f0b Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9fc81f0b Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9fc81f0b Branch: refs/heads/ui-restyle Commit: 9fc81f0b4d6ccf236c6c0f2ec9c7382f68938049 Parents: 5fb7c29 Author: Jessica Wang <[email protected]> Authored: Thu Nov 14 12:55:53 2013 -0800 Committer: Jessica Wang <[email protected]> Committed: Thu Nov 14 12:56:59 2013 -0800 ---------------------------------------------------------------------- ui/scripts/zoneWizard.js | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9fc81f0b/ui/scripts/zoneWizard.js ---------------------------------------------------------------------- diff --git a/ui/scripts/zoneWizard.js b/ui/scripts/zoneWizard.js index f84812e..42fa799 100755 --- a/ui/scripts/zoneWizard.js +++ b/ui/scripts/zoneWizard.js @@ -79,6 +79,9 @@ case 'VMware': hypervisorAttr = 'vmwarenetworklabel'; break; + case 'Hyperv': + hypervisorAttr = 'hypervnetworklabel'; + break; case 'BareMetal': hypervisorAttr = 'baremetalnetworklabel'; break;
