From b57e2b9e9de8b0521cbd9a26e9b47557fcc0a57e Mon Sep 17 00:00:00 2001 From: bfederle Date: Thu, 22 Dec 2011 11:28:23 -0800 Subject: [PATCH] Fix missing pod intro in install wizard --- ui/scripts/ui-custom/installWizard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/ui-custom/installWizard.js b/ui/scripts/ui-custom/installWizard.js index 3abe57fba71..27f9e3d3085 100644 --- a/ui/scripts/ui-custom/installWizard.js +++ b/ui/scripts/ui-custom/installWizard.js @@ -379,7 +379,7 @@ tooltipID: 'addZone', diagram: '.part.zone', prevStepID: 'addZoneIntro', - nextStepID: 'addPod', + nextStepID: 'addPodIntro', form: { name: { label: 'Name', validation: { required: true } }, dns1: { label: 'DNS 1', validation: { required: true } },