Wizard: Services step basics
This adds basic structure of the Services step.
This commit is contained in:
parent
c6bee55544
commit
0f86336af6
23 changed files with 122 additions and 3 deletions
|
|
@ -43,6 +43,7 @@ const goToHostnameStep = async () => {
|
|||
const goToReviewStep = async () => {
|
||||
await clickNext(); // Kernel
|
||||
await clickNext(); // Firewall
|
||||
await clickNext(); // Services
|
||||
await clickNext(); // First boot script
|
||||
await clickNext(); // Details
|
||||
await enterBlueprintName();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue