mirror of https://github.com/apache/cloudstack.git
Fix missing pod intro in install wizard
This commit is contained in:
parent
51f7872ec9
commit
b57e2b9e9d
|
|
@ -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 } },
|
||||
|
|
|
|||
Loading…
Reference in New Issue