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
@@ -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>