Log buttons are just secondary actions

This commit is contained in:
Johannes Zellner
2025-09-22 11:09:41 +02:00
parent 4202452e70
commit 455116c86f
11 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ onMounted(async () => {
</Dialog>
<template #header-buttons>
<Button tool :menu="taskLogsMenu" :disabled="!taskLogsMenu.length">{{ $t('main.action.logs') }}</Button>
<Button tool secondary :menu="taskLogsMenu" :disabled="!taskLogsMenu.length">{{ $t('main.action.logs') }}</Button>
</template>
<p v-html="$t('backups.schedule.description')"></p>
+1 -1
View File
@@ -71,7 +71,7 @@ onMounted(async () => {
<template>
<Section :title="$t('domains.renewCerts.title')">
<template #header-buttons>
<Button tool :menu="taskLogsMenu" :disabled="!taskLogsMenu.length">{{ $t('main.action.logs') }}</Button>
<Button tool secondary :menu="taskLogsMenu" :disabled="!taskLogsMenu.length">{{ $t('main.action.logs') }}</Button>
</template>
<div v-html="$t('domains.renewCerts.description')" style="margin-bottom: 12px"></div>
+1 -1
View File
@@ -102,7 +102,7 @@ onMounted(async () => {
<template>
<Section :title="$t('domains.changeDashboardDomain.title')" :padding="false">
<template #header-buttons>
<Button tool :menu="taskLogsMenu" :disabled="!taskLogsMenu.length">{{ $t('main.action.logs') }}</Button>
<Button tool secondary :menu="taskLogsMenu" :disabled="!taskLogsMenu.length">{{ $t('main.action.logs') }}</Button>
</template>
<SettingsItem wrap>
+1 -1
View File
@@ -307,7 +307,7 @@ onMounted(async () => {
<Section :title="$t('users.externalLdap.title')" :title-badge="!features.externalLdap ? 'Upgrade' : ''">
<template #header-buttons>
<Button tool :menu="taskLogsMenu" :disabled="!taskLogsMenu.length">{{ $t('main.action.logs') }}</Button>
<Button tool secondary :menu="taskLogsMenu" :disabled="!taskLogsMenu.length">{{ $t('main.action.logs') }}</Button>
</template>
<div>{{ $t('users.externalLdap.description') }}</div>
@@ -105,7 +105,7 @@ onMounted(async () => {
<template>
<Section :title="$t('emails.settings.location')" :padding="false">
<template #header-buttons>
<Button tool :menu="taskLogsMenu" :disabled="!taskLogsMenu.length">{{ $t('main.action.logs') }}</Button>
<Button tool secondary :menu="taskLogsMenu" :disabled="!taskLogsMenu.length">{{ $t('main.action.logs') }}</Button>
</template>
<SettingsItem wrap>
+1 -1
View File
@@ -71,7 +71,7 @@ onMounted(async () => {
<template>
<Section :title="$t('domains.syncDns.title')">
<template #header-buttons>
<Button tool :menu="taskLogsMenu" :disabled="!taskLogsMenu.length">{{ $t('main.action.logs') }}</Button>
<Button tool secondary :menu="taskLogsMenu" :disabled="!taskLogsMenu.length">{{ $t('main.action.logs') }}</Button>
</template>
<div v-html="$t('domains.syncDns.description')" style="margin-bottom: 12px"></div>
+1 -1
View File
@@ -77,7 +77,7 @@ onMounted(async () => {
<InputDialog ref="inputDialog"/>
<template #header-buttons>
<Button href="/logs.html?id=box" target="_blank">{{ $t('main.action.logs') }}</Button>
<Button tool secondary href="/logs.html?id=box" target="_blank">{{ $t('main.action.logs') }}</Button>
<Button @click="onReboot()">{{ $t('main.action.reboot') }}</Button>
</template>
+1 -1
View File
@@ -332,7 +332,7 @@ onMounted(async () => {
<Section :title="$t('settings.updates.title')">
<template #header-buttons>
<Button tool :menu="taskLogsMenu" :disabled="taskLogsMenu.length === 0">{{ $t('main.action.logs') }}</Button>
<Button tool secondary :menu="taskLogsMenu" :disabled="taskLogsMenu.length === 0">{{ $t('main.action.logs') }}</Button>
</template>
<div v-html="$t('settings.updates.description')"></div>
+1 -1
View File
@@ -388,7 +388,7 @@ onMounted(async () => {
<div>{{ $t('app.backups.backups.description') }}</div>
</FormGroup>
<div style="display: flex; align-items: center;">
<Button tool :menu="taskLogsMenu" :disabled="!taskLogsMenu.length">{{ $t('main.action.logs') }}</Button>
<Button tool secondary :menu="taskLogsMenu" :disabled="!taskLogsMenu.length">{{ $t('main.action.logs') }}</Button>
</div>
</SettingsItem>