Changing drop box to textfield

This commit is contained in:
Pranav Saxena 2013-06-04 17:50:15 +05:30
parent 2a3cfe4b22
commit ee3043b884
1 changed files with 2 additions and 2 deletions

View File

@ -2155,7 +2155,7 @@
fields: {
vlanrange: {
label: 'VLAN Range',
select: function(args) {
/* select: function(args) {
var items = [];
if(args.context.physicalNetworks[0].vlan != null && args.context.physicalNetworks[0].vlan.length > 0) {
var vlanranges = args.context.physicalNetworks[0].vlan.split(";");
@ -2164,7 +2164,7 @@
}
}
args.response.success({data: items});
},
},*/
validation: { required: true }
},
account: { label: 'label.account', validation: { required: true } },