Also remove all task log button tooltips
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user