Updated Branches: refs/heads/master da5c4619c -> ce17f856e
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/master Commit: ce17f856eacce32e09b43dd955d5e2da2a678766 Parents: da5c461 Author: Brian Federle <brian.fede...@citrix.com> Authored: Fri Jun 7 11:05:01 2013 -0700 Committer: Brian Federle <brian.fede...@citrix.com> Committed: Fri Jun 7 11:05:01 2013 -0700 ---------------------------------------------------------------------- ui/scripts/system.js | 4 ++-- 1 files 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') } ];