Updated Branches: refs/heads/master 2a3cfe4b2 -> ee3043b88
Changing drop box to textfield Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ee3043b8 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ee3043b8 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ee3043b8 Branch: refs/heads/master Commit: ee3043b884d6c55773a7550650af6eff186c4b60 Parents: 2a3cfe4 Author: Pranav Saxena <pranav.sax...@citrix.com> Authored: Tue Jun 4 17:50:15 2013 +0530 Committer: Pranav Saxena <pranav.sax...@citrix.com> Committed: Tue Jun 4 17:50:15 2013 +0530 ---------------------------------------------------------------------- ui/scripts/system.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ee3043b8/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 5b8b12d..283c7df 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 } },