Also remove all task log button tooltips

This commit is contained in:
Johannes Zellner
2025-07-16 19:55:22 +02:00
parent 197e159b48
commit 7a734ebf29
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -301,7 +301,7 @@ onMounted(async () => {
</Dialog>
<template #header-buttons>
<Button tool v-tooltip="$t('settings.updates.showLogsAction')" :menu="taskLogsMenu" :disabled="!taskLogsMenu.length">{{ $t('main.action.logs') }}</Button>
<Button tool :menu="taskLogsMenu" :disabled="!taskLogsMenu.length">{{ $t('main.action.logs') }}</Button>
</template>
<TableView :columns="columns" :model="backups" :busy="busy">
+1 -1
View File
@@ -238,7 +238,7 @@ onMounted(async () => {
</Dialog>
<template #header-buttons>
<Button tool v-tooltip="$t('settings.updates.showLogsAction')" :menu="taskLogsMenu" :disabled="!taskLogsMenu.length">{{ $t('main.action.logs') }}</Button>
<Button tool :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 icon="fa-solid fa-align-left" v-tooltip="$t('domains.renewCerts.showLogsAction')" :menu="taskLogsMenu" :disabled="!taskLogsMenu.length"/>
<Button tool :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 icon="fa-solid fa-align-left" v-tooltip="$t('domains.renewCerts.showLogsAction')" :menu="taskLogsMenu" :disabled="!taskLogsMenu.length"/>
<Button tool :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 v-tooltip="$t('domains.renewCerts.showLogsAction')" :menu="taskLogsMenu" :disabled="!taskLogsMenu.length">{{ $t('main.action.logs') }}</Button>
<Button tool :menu="taskLogsMenu" :disabled="!taskLogsMenu.length">{{ $t('main.action.logs') }}</Button>
</template>
<p>{{ $t('users.externalLdap.description') }}</p>
@@ -105,7 +105,7 @@ onMounted(async () => {
<template>
<Section :title="$t('emails.settings.location')" :padding="false">
<template #header-buttons>
<Button tool icon="fa-solid fa-align-left" v-tooltip="$t('domains.renewCerts.showLogsAction')" :menu="taskLogsMenu" :disabled="!taskLogsMenu.length"/>
<Button tool :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 icon="fa-solid fa-align-left" v-tooltip="$t('domains.renewCerts.showLogsAction')" :menu="taskLogsMenu" :disabled="!taskLogsMenu.length"/>
<Button tool :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
@@ -316,7 +316,7 @@ onMounted(async () => {
<Section :title="$t('settings.updates.title')">
<template #header-buttons>
<Button tool v-tooltip="$t('settings.updates.showLogsAction')" :menu="taskLogsMenu">{{ $t('main.action.logs') }}</Button>
<Button tool :menu="taskLogsMenu">{{ $t('main.action.logs') }}</Button>
</template>
<p v-html="$t('settings.updates.description')"></p>