Fix missing pod intro in install wizard

This commit is contained in:
bfederle 2011-12-22 11:28:23 -08:00
parent 51f7872ec9
commit b57e2b9e9d
1 changed files with 1 additions and 1 deletions

View File

@ -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 } },