From 76e8afa24fdbdf7d3132c5c5b90320f19bf7ddcb Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Wed, 8 May 2013 17:05:36 +0530 Subject: [PATCH] CLOUDSTACK-2171:Unable to Create a VM In the VMware Setup with the latest Master --- ui/scripts/system.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index dc09ea86926..2746e0d01b2 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -1018,12 +1018,7 @@ dataType: "json", success: function(json) { var jobId = json.updatephysicalnetworkresponse.jobid; - - var trafficType = getTrafficType(selectedPhysicalNetworkObj, 'Guest'); - - updateTrafficLabels(trafficType, args.data, function() { args.response.success({ _custom: { jobId: jobId }}); - }); }, error:function(json){