From ce17f856eacce32e09b43dd955d5e2da2a678766 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Fri, 7 Jun 2013 11:05:01 -0700 Subject: [PATCH] CLOUDSTACK-2811: Default add primary storage dialog to scope=cluster --- ui/scripts/system.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index e3d7b4172fa..f853ed53f7e 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') } ];