You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by wi...@apache.org on 2013/11/20 15:50:41 UTC

[11/50] [abbrv] git commit: updated refs/heads/disk-cache to 6f3e4d3

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/disk-cache
Commit: 9fc81f0b4d6ccf236c6c0f2ec9c7382f68938049
Parents: 5fb7c29
Author: Jessica Wang <je...@apache.org>
Authored: Thu Nov 14 12:55:53 2013 -0800
Committer: Jessica Wang <je...@apache.org>
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;