Unify most view titles and move more into a Section component
This commit is contained in:
@@ -375,15 +375,12 @@ onMounted(async () => {
|
||||
</form>
|
||||
</Dialog>
|
||||
|
||||
<h1 class="section-header">
|
||||
{{ $t('emails.title') }}
|
||||
<div style="display: flex; gap: 4px; flex-wrap: wrap; margin-top: 10px;">
|
||||
<Button href="#/emails-eventlog">{{ $t('eventlog.title') }}</Button>
|
||||
</div>
|
||||
</h1>
|
||||
|
||||
<!-- <Section :title="$t('emails.domains.title')"> -->
|
||||
<Section>
|
||||
<Section :title="$t('emails.title')">
|
||||
<template #header-buttons>
|
||||
<Button href="#/emails-eventlog">{{ $t('eventlog.title') }}</Button>
|
||||
</template>
|
||||
|
||||
<TableView :columns="columns" :model="domains" :busy="busy">
|
||||
<template #status="domain">
|
||||
<StateLED :busy="!domain.statusCheckDone" :state="domain.status ? 'success' : 'danger'"/>
|
||||
|
||||
Reference in New Issue
Block a user