CS-16752:Mode option need to be removed whiile adding Netscaler Device
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/b67cd923 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/b67cd923 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/b67cd923 Branch: refs/heads/master Commit: b67cd923d1814cca6dd35a736c54fa966dcac8dd Parents: 8633062 Author: Pranav Saxena <[email protected]> Authored: Tue Nov 6 13:32:43 2012 +0530 Committer: Pranav Saxena <[email protected]> Committed: Tue Nov 6 13:32:43 2012 +0530 ---------------------------------------------------------------------- ui/scripts/system.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/b67cd923/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index d27abcc..a216574 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -6075,7 +6075,7 @@ label: 'label.numretries', defaultValue: '2' }, - inline: { + /* inline: { label: 'Mode', select: function(args) { var items = []; @@ -6083,7 +6083,7 @@ items.push({id: "true", description: "inline"}); args.response.success({data: items}); } - }, + },*/ dedicated: { label: 'label.dedicated', isBoolean: true,
