diff --git a/core/frontend/src/components/wizard/Wizard.vue b/core/frontend/src/components/wizard/Wizard.vue index f219a09532..dcaea973c9 100644 --- a/core/frontend/src/components/wizard/Wizard.vue +++ b/core/frontend/src/components/wizard/Wizard.vue @@ -56,6 +56,13 @@ class="model-button ma-2" @click="setupBoat" /> + + mdi-ufo-outline + @@ -350,6 +357,15 @@ export default Vue.extend({ }, ] }, + setupOther() { + this.step_number += 1 + this.vehicle_configuration_pages = [ + { + page: RequireInternet, + binds: {}, + }, + ] + }, async setupConfiguration() { this.step_number += 1 }, @@ -458,4 +474,10 @@ export default Vue.extend({ .step-label { text-shadow: 0px 0px 0px !important; } +.other-button { + width: 300px; + height: 150px; + font-size: 100px; +} +