This commit is contained in:
2020-06-13 22:44:57 +00:00
parent a4785be5d1
commit 69562dbb27

View File

@@ -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>