CLOUDSTACK-8781 : Superfluous field during VPC creation

This commit is contained in:
Nick Livens 2015-08-27 14:57:17 +02:00 committed by Prashanth Manthena
parent 4c15cfce07
commit e91b734638
1 changed files with 0 additions and 17 deletions

View File

@ -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: {