Replace logs icon with actual text in task logs button

This commit is contained in:
Johannes Zellner
2025-07-16 19:48:52 +02:00
parent 696632e551
commit 197e159b48
4 changed files with 4 additions and 4 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 icon="fas fa-align-left" v-tooltip="$t('domains.renewCerts.showLogsAction')" :menu="taskLogsMenu" :disabled="!taskLogsMenu.length"/>
<Button tool v-tooltip="$t('domains.renewCerts.showLogsAction')" :menu="taskLogsMenu" :disabled="!taskLogsMenu.length">{{ $t('main.action.logs') }}</Button>
</template>
<p>{{ $t('users.externalLdap.description') }}</p>