From ee3043b884d6c55773a7550650af6eff186c4b60 Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Tue, 4 Jun 2013 17:50:15 +0530 Subject: [PATCH] Changing drop box to textfield --- ui/scripts/system.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 5b8b12d0845..283c7dffcc0 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -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 } },