mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
uff
This commit is contained in:
parent
e287f3f537
commit
8569690363
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
v-switch(v-model='smtp.sendmail'
|
||||
:label="$t('admin.smtp_use_sendmail')")
|
||||
|
||||
v-row(v-show='!smtp.sendmail')
|
||||
v-row(v-if='!smtp.sendmail')
|
||||
v-col(cols=12 md=9)
|
||||
v-text-field(v-model='smtp.host'
|
||||
:label="$t('admin.smtp_hostname')"
|
||||
|
|
Loading…
Reference in a new issue