Repository: cloudstack Updated Branches: refs/heads/master feaeed7b1 -> 9bec7032b
CLOUDSTACK-8781 : Superfluous field during VPC creation Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e91b7346 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e91b7346 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e91b7346 Branch: refs/heads/master Commit: e91b734638cc06b50d64ded3822753a20c83ba59 Parents: 4c15cfc Author: Nick Livens <[email protected]> Authored: Thu Aug 27 14:57:17 2015 +0200 Committer: Prashanth Manthena <[email protected]> Committed: Sun Nov 20 14:24:16 2016 +0100 ---------------------------------------------------------------------- ui/scripts/network.js | 17 ----------------- 1 file changed, 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e91b7346/ui/scripts/network.js ---------------------------------------------------------------------- diff --git a/ui/scripts/network.js b/ui/scripts/network.js index 704f399..d316ce7 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: {
