From d9c5aa45c219c491ec23f90f605d2124de27b13e Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Mon, 6 Feb 2012 11:30:59 -0800 Subject: [PATCH] bug 13461: deploy VM wizard - step 2 (select template/ISO step) - correct label "My ISOs" to be "All ISOs" because that's what really show here. --- ui/index.jsp | 4 ++-- ui/scripts/ui-custom/instanceWizard.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/index.jsp b/ui/index.jsp index 324d91c6208..74e72cd825f 100644 --- a/ui/index.jsp +++ b/ui/index.jsp @@ -133,10 +133,10 @@
-
+
diff --git a/ui/scripts/ui-custom/instanceWizard.js b/ui/scripts/ui-custom/instanceWizard.js index 1f4dd1bb113..68bac444b8c 100644 --- a/ui/scripts/ui-custom/instanceWizard.js +++ b/ui/scripts/ui-custom/instanceWizard.js @@ -251,7 +251,7 @@ ['featuredtemplates', 'instance-wizard-featured-templates'], ['communitytemplates', 'instance-wizard-community-templates'], ['mytemplates', 'instance-wizard-my-templates'], - ['isos', 'instance-wizard-my-isos'] + ['isos', 'instance-wizard-all-isos'] ] ).each(function() { var item = this;