From d5607bc56d9988c94e34c1e54987fe7cd36430af Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Mon, 22 Oct 2012 11:46:41 -0700 Subject: [PATCH] CS-16555: cloudstack UI - Infrastructure page - zone detail - service provider - Add F5 device - Inline Mode has been moved from Add F5 Device to Create Network Offering (both backend and UI). --- ui/scripts/system.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index fa163095289..95dc25cc863 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -3268,6 +3268,8 @@ label: 'label.numretries', defaultValue: '2' }, + //Inline Mode has been moved from Add F5 Device to Create Network Offering (both backend and UI) + /* inline: { label: 'Mode', select: function(args) { @@ -3276,7 +3278,8 @@ items.push({id: "true", description: "inline"}); args.response.success({data: items}); } - }, + }, + */ dedicated: { label: 'label.dedicated', isBoolean: true, @@ -6197,6 +6200,8 @@ label: 'label.numretries', defaultValue: '2' }, + //Inline Mode has been moved from Add F5 Device to Create Network Offering (both backend and UI) + /* inline: { label: 'Mode', select: function(args) { @@ -6205,7 +6210,8 @@ items.push({id: "true", description: "inline"}); args.response.success({data: items}); } - }, + }, + */ dedicated: { label: 'label.dedicated', isBoolean: true,