This commit is contained in:
2020-05-29 19:45:29 +00:00
parent b9d6a8acd3
commit 06bbce99f0
3 changed files with 13 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
<template>
<v-row v-if="this.formState.ready" v-resize="onResize">
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
<v-col cols="12">
<v-col cols="12" sm="6" lg="4" xl="3">
<v-select
v-model="selectedLog"
:items="selectLists.serverLogs"
@@ -9,6 +9,8 @@
item-value="logname"
:label="$ay.t('Log')"
@input="logSelected"
append-outer-icon="fa-sync"
@click:append-outer="getDataFromApi"
>
</v-select>
</v-col>
@@ -22,11 +24,11 @@
>
<pre>{{ log }}</pre>
</v-card>
<v-card-actions>
<!-- <v-card-actions>
<v-btn @click="getDataFromApi">
<v-icon>fa-sync</v-icon>
</v-btn>
</v-card-actions>
</v-card-actions> -->
</v-card>
</v-col>
</v-row>