You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by je...@apache.org on 2012/10/22 20:52:31 UTC

git commit: 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).

Updated Branches:
  refs/heads/master 5c71d96f5 -> d5607bc56


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).


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/d5607bc5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/d5607bc5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/d5607bc5

Branch: refs/heads/master
Commit: d5607bc56d9988c94e34c1e54987fe7cd36430af
Parents: 5c71d96
Author: Jessica Wang <je...@citrix.com>
Authored: Mon Oct 22 11:46:41 2012 -0700
Committer: Jessica Wang <je...@citrix.com>
Committed: Mon Oct 22 11:52:01 2012 -0700

----------------------------------------------------------------------
 ui/scripts/system.js |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d5607bc5/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index fa16309..95dc25c 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,