more cleanup, weird extraneous "row" in v-row removed history form weirdness etc
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<v-row row v-if="this.formState.ready">
|
||||
<v-row v-if="this.formState.ready">
|
||||
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
|
||||
<v-col>
|
||||
<v-textarea v-model="logText" full-width readonly auto-grow></v-textarea>
|
||||
|
||||
Reference in New Issue
Block a user