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 2013/01/17 00:07:05 UTC

git commit: CS-17074: cloudstack UI - Advanced SG-enabled zone - Infrastructure menu - create guest network - scope dropdown - add option "All".

Updated Branches:
  refs/heads/master a69e7f9bf -> eeb3f1725


CS-17074: cloudstack UI - Advanced SG-enabled zone - Infrastructure menu - create guest network - scope dropdown - add option "All".


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

Branch: refs/heads/master
Commit: eeb3f1725d7efa9b297360649707ca31c6ad0ca2
Parents: a69e7f9
Author: Jessica Wang <je...@citrix.com>
Authored: Wed Jan 16 15:06:27 2013 -0800
Committer: Jessica Wang <je...@citrix.com>
Committed: Wed Jan 16 15:06:27 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/eeb3f172/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index 6733da1..bd8d331 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -1148,6 +1148,7 @@
                               var array1 = [];															
 															if(args.context.zones[0].networktype == "Advanced" && args.context.zones[0].securitygroupsenabled	== true) {
 															  array1.push({id: 'account-specific', description: 'Account'});
+																array1.push({id: 'zone-wide', description: 'All'});
 															}
 															else {															
 																array1.push({id: 'zone-wide', description: 'All'});