Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 81FFD10AB1 for ; Thu, 14 Nov 2013 20:56:17 +0000 (UTC) Received: (qmail 40316 invoked by uid 500); 14 Nov 2013 20:56:17 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 40292 invoked by uid 500); 14 Nov 2013 20:56:17 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 40284 invoked by uid 99); 14 Nov 2013 20:56:15 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Nov 2013 20:56:15 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 3503882A2DB; Thu, 14 Nov 2013 20:56:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jessicawang@apache.org To: commits@cloudstack.apache.org Message-Id: <5457b86da72945d5ac42ea1b7abf2258@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/4.3 to 9ed446a Date: Thu, 14 Nov 2013 20:56:15 +0000 (UTC) Updated Branches: refs/heads/4.3 df55a8510 -> 9ed446a5a 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/9ed446a5 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9ed446a5 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9ed446a5 Branch: refs/heads/4.3 Commit: 9ed446a5a782bfc28c96beda5d66f4ab10e897d8 Parents: df55a85 Author: Jessica Wang Authored: Thu Nov 14 12:55:53 2013 -0800 Committer: Jessica Wang Committed: Thu Nov 14 12:55:53 2013 -0800 ---------------------------------------------------------------------- ui/scripts/zoneWizard.js | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9ed446a5/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;