This commit is contained in:
2020-06-15 21:10:07 +00:00
parent f86b4bd7f8
commit 9baa6ca0c1
3 changed files with 27 additions and 67 deletions

View File

@@ -67,10 +67,6 @@
</div>
</div></template
>
<template v-if="showLicenseUi() == 'revoked'">
<!-- Revoked license UI -->
Revoked license ui</template
>
<template
v-if="
showLicenseUi() == 'needcantrial' ||

View File

@@ -5,65 +5,7 @@
<v-row>
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
<v-col>
<v-stepper v-model="currentStep" vertical>
<v-stepper-step :complete="currentStep > 1" step="1">
{{ $ay.t("Welcome") }}
<!-- <small>Summarize if needed</small> -->
</v-stepper-step>
<v-stepper-content step="1">
<v-card class="mb-12"></v-card>
<v-btn color="primary" @click="currentStep = 2">{{
$ay.t("Continue")
}}</v-btn>
<v-btn text>{{ $ay.t("Cancel") }}</v-btn>
</v-stepper-content>
<v-stepper-step :complete="currentStep > 2" step="2"
>Second step</v-stepper-step
>
<v-stepper-content step="2">
<v-card
color="grey lighten-1"
class="mb-12"
height="200px"
></v-card>
<v-btn color="primary" @click="currentStep = 3">{{
$ay.t("Continue")
}}</v-btn>
<v-btn text>{{ $ay.t("Cancel") }}</v-btn>
</v-stepper-content>
<v-stepper-step :complete="currentStep > 3" step="3"
>Third step</v-stepper-step
>
<v-stepper-content step="3">
<v-card
color="grey lighten-1"
class="mb-12"
height="200px"
></v-card>
<v-btn color="primary" @click="currentStep = 4">{{
$ay.t("Continue")
}}</v-btn>
<v-btn text>{{ $ay.t("Cancel") }}</v-btn>
</v-stepper-content>
<v-stepper-step step="4">Fourth step</v-stepper-step>
<v-stepper-content step="4">
<v-card
color="grey lighten-1"
class="mb-12"
height="200px"
></v-card>
<v-btn color="primary" @click="currentStep = 1">{{
$ay.t("Cancel")
}}</v-btn>
<v-btn text>{{ $ay.t("Cancel") }}</v-btn>
</v-stepper-content>
</v-stepper>
</v-col>
</v-row>
</v-form>