You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by mc...@apache.org on 2013/06/12 20:22:51 UTC

[42/50] [abbrv] git commit: updated refs/heads/object_store to 18aeef3

CLOUDSTACK-2811: Default add primary storage dialog to scope=cluster


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

Branch: refs/heads/object_store
Commit: ce17f856eacce32e09b43dd955d5e2da2a678766
Parents: da5c461
Author: Brian Federle <br...@citrix.com>
Authored: Fri Jun 7 11:05:01 2013 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Fri Jun 7 11:05:01 2013 -0700

----------------------------------------------------------------------
 ui/scripts/system.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ce17f856/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index e3d7b41..f853ed5 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -11425,8 +11425,8 @@
                     label: 'label.scope',
                     select: function(args) {
                       var scope = [
-                        { id: 'zone', description: _l('label.zone.wide') },
-                        { id: 'cluster', description: _l('label.cluster') }
+                        { id: 'cluster', description: _l('label.cluster') },
+                        { id: 'zone', description: _l('label.zone.wide') }
                        // { id: 'host', description: _l('label.host') }
                       ];