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
(cherry picked from commit 1ec4b01)
  • Loading branch information
ibrokethecloud authored and guangbochen committed Jul 12, 2023
1 parent a0cce7c commit 07ccc6e
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 07ccc6e

Please sign in to comment.