From e91b734638cc06b50d64ded3822753a20c83ba59 Mon Sep 17 00:00:00 2001 From: Nick Livens Date: Thu, 27 Aug 2015 14:57:17 +0200 Subject: [PATCH] CLOUDSTACK-8781 : Superfluous field during VPC creation --- ui/scripts/network.js | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/ui/scripts/network.js b/ui/scripts/network.js index 704f3991395..d316ce79de9 100755 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -5471,23 +5471,6 @@ label: 'label.DNS.domain.for.guest.networks' //format: FQDN }, - publicLoadBalancerProvider: { - label: 'label.public.load.balancer.provider', - select: function(args) { - var items = []; - items.push({ - id: 'VpcVirtualRouter', - description: 'VpcVirtualRouter' - }); - items.push({ - id: 'Netscaler', - description: 'Netscaler' - }); - args.response.success({ - data: items - }); - } - }, vpcoffering: { label: 'label.vpc.offering', validation: {