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