Implement email signature setting
This commit is contained in:
@@ -476,6 +476,7 @@ onMounted(async () => {
|
||||
<div>{{ $t('emails.settings.aclOverview', { dnsblZonesCount: dnsblZones.length }) }}</div>
|
||||
</FormGroup>
|
||||
<div style="display: flex; align-items: center">
|
||||
<!-- TODO translate -->
|
||||
<Button tool plain @click="onShowAclDialog()">Edit</Button>
|
||||
</div>
|
||||
</SettingsItem>
|
||||
@@ -486,6 +487,7 @@ onMounted(async () => {
|
||||
<div>{{ $t('emails.settings.spamFilterOverview', { blacklistCount: blocklist.length }) }}</div>
|
||||
</FormGroup>
|
||||
<div style="display: flex; align-items: center">
|
||||
<!-- TODO translate -->
|
||||
<Button tool plain @click="onShowSpamFilterDialog()">Edit</Button>
|
||||
</div>
|
||||
</SettingsItem>
|
||||
|
||||
Reference in New Issue
Block a user