CLEANUP remove extraneous containers and rows and columns
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<v-container fluid>
|
||||
<div>
|
||||
<v-row justify="center">
|
||||
<v-dialog v-model="testDialog" persistent max-width="600px">
|
||||
<v-card>
|
||||
@@ -7,18 +7,12 @@
|
||||
<span class="headline">{{ $ay.t("TestSMTPSettings") }}</span>
|
||||
</v-card-title>
|
||||
<v-card-text>
|
||||
<v-container>
|
||||
<v-row>
|
||||
<v-col cols="12">
|
||||
<v-text-field
|
||||
v-model="testAddress"
|
||||
:label="$ay.t('TestToAddress')"
|
||||
required
|
||||
hint="test_send_to@example.com"
|
||||
></v-text-field>
|
||||
</v-col>
|
||||
</v-row>
|
||||
</v-container>
|
||||
<v-text-field
|
||||
v-model="testAddress"
|
||||
:label="$ay.t('TestToAddress')"
|
||||
required
|
||||
hint="test_send_to@example.com"
|
||||
></v-text-field>
|
||||
</v-card-text>
|
||||
<v-card-actions>
|
||||
<v-spacer></v-spacer>
|
||||
@@ -159,7 +153,7 @@
|
||||
</v-form>
|
||||
</v-col>
|
||||
</v-row>
|
||||
</v-container>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user