clean SMTP component

This commit is contained in:
lesion
2021-10-19 16:37:28 +02:00
parent 6971f1681c
commit e7d3473316
2 changed files with 17 additions and 17 deletions

View File

@@ -52,7 +52,7 @@
SMTP(@close='showSMTP = false')
v-card-actions
v-btn(text @click='showSMTP=true') {{$t('admin.show_smtp_setup')}}
v-btn(text @click='showSMTP=true') <v-icon>mdi-email</v-icon> {{$t('admin.show_smtp_setup')}}
v-btn(text @click='$emit("complete")' color='primary' v-if='setup') {{$t('common.next')}}
v-icon mdi-arrow-right