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