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