Wizard: Basic Hostname step

This adds Hostname step basics and file structure.
This commit is contained in:
regexowl 2024-12-10 17:11:42 +01:00 committed by Lucas Garfield
parent 317f424448
commit 8c108fe2ec
19 changed files with 131 additions and 73 deletions

View file

@ -38,11 +38,12 @@ const goToTimezoneStep = async () => {
};
const goToReviewStep = async () => {
await clickNext();
await clickNext();
await clickNext();
await clickNext(); // Locale
await clickNext(); // Hostname
await clickNext(); // First boot script
await clickNext(); // Details
await enterBlueprintName();
await clickNext();
await clickNext(); // Review
};
const selectTimezone = async () => {