From b67cd923d1814cca6dd35a736c54fa966dcac8dd Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Tue, 6 Nov 2012 13:32:43 +0530 Subject: [PATCH] CS-16752:Mode option need to be removed whiile adding Netscaler Device --- 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 d27abcccf80..a216574708e 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,