This commit is contained in:
@@ -76,11 +76,21 @@
|
|||||||
></v-text-field>
|
></v-text-field>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col cols="12">
|
<v-col cols="12">
|
||||||
|
<!-- <v-row>
|
||||||
|
<v-col cols="8"> -->
|
||||||
<v-btn
|
<v-btn
|
||||||
:disabled="sendRequestDisabled()"
|
:disabled="sendRequestDisabled()"
|
||||||
@click="sendEvaluationRequest()"
|
@click="sendEvaluationRequest()"
|
||||||
|
class="mt-4 mr-4"
|
||||||
>{{ $ay.t("SendEvaluationRequest") }}</v-btn
|
>{{ $ay.t("SendEvaluationRequest") }}</v-btn
|
||||||
>
|
>
|
||||||
|
<!-- </v-col>
|
||||||
|
<v-col cols="4"> -->
|
||||||
|
<v-btn @click="fetchKey()" class="mt-4">{{
|
||||||
|
$ay.t("CheckForLicense")
|
||||||
|
}}</v-btn>
|
||||||
|
<!-- </v-col>
|
||||||
|
</v-row> -->
|
||||||
</v-col>
|
</v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
</v-expansion-panel-content>
|
</v-expansion-panel-content>
|
||||||
|
|||||||
Reference in New Issue
Block a user