Skip to content

Commit

Permalink
minor change to panel flow when machine has multiple disks
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrokethecloud authored and bk201 committed Jul 11, 2023
1 parent 1069a0c commit 1ec4b01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/console/install_panels.go
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,9 @@ func addDataDiskPanel(c *Console) error {

gotoNextPage := func() error {
closeThisPage()
if installModeOnly {
return showNext(c, passwordConfirmPanel, passwordPanel)
}
return showHostnamePage(c)
}

Expand Down

0 comments on commit 1ec4b01

Please sign in to comment.