Updated Branches: refs/heads/master 145ba437c -> 8ed3788ad
CS-16736: Remove 'mode' field from add SRX form Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/8ed3788a Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/8ed3788a Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/8ed3788a Branch: refs/heads/master Commit: 8ed3788ade4bb978b9b55ab6f4936f339e01ac0e Parents: 145ba43 Author: Brian Federle <[email protected]> Authored: Fri Nov 9 09:39:33 2012 -0800 Committer: Brian Federle <[email protected]> Committed: Fri Nov 9 09:40:53 2012 -0800 ---------------------------------------------------------------------- ui/scripts/system.js | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/8ed3788a/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index e08403e..9e3932f 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -3599,16 +3599,16 @@ defaultValue: '300', docID: 'helpSRXTimeout' }, - inline: { - label: 'Mode', - docID: 'helpSRXMode', - select: function(args) { - var items = []; - items.push({id: "false", description: "side by side"}); - items.push({id: "true", description: "inline"}); - args.response.success({data: items}); - } - }, + // inline: { + // label: 'Mode', + // docID: 'helpSRXMode', + // select: function(args) { + // var items = []; + // items.push({id: "false", description: "side by side"}); + // items.push({id: "true", description: "inline"}); + // args.response.success({data: items}); + // } + // }, publicnetwork: { label: 'label.public.network', defaultValue: 'untrusted',
