This commit is contained in:
2022-10-29 00:46:05 +00:00
parent 21280fe932
commit 657a1bfc79
8 changed files with 63 additions and 21 deletions

View File

@@ -1,9 +1,10 @@
<template>
<v-row v-if="formState.ready">
<v-row v-if="formState.ready" dense>
<gz-error :error-box-message="formState.errorBoxMessage"></gz-error>
<v-col>
<v-textarea
v-model="logText"
dense
full-width
readonly
auto-grow