Skip to content

Commit

Permalink
Merge branch 'master' into proxy-toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
rawagner authored Jul 2, 2020
2 parents 4967e2e + 0da346e commit ecdcf23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/hosts/HostStatus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const getHostInstallationSteps = (role: Host['role'], bootstrap: Host['bo
'Writing image to disk',
'Waiting for control plane',
'Rebooting',
'Configuring',
'Done',
];
} else if (role === 'master') {
Expand All @@ -52,6 +53,7 @@ export const getHostInstallationSteps = (role: Host['role'], bootstrap: Host['bo
`Installing as ${role}`,
'Writing image to disk',
'Rebooting',
'Configuring',
'Joined',
'Done',
];
Expand All @@ -61,6 +63,7 @@ export const getHostInstallationSteps = (role: Host['role'], bootstrap: Host['bo
`Installing as ${role}`,
'Writing image to disk',
'Rebooting',
'Configuring',
'Done',
];
}
Expand Down

0 comments on commit ecdcf23

Please sign in to comment.