Log buttons are just secondary actions
This commit is contained in:
@@ -332,7 +332,7 @@ onMounted(async () => {
|
||||
|
||||
<Section :title="$t('settings.updates.title')">
|
||||
<template #header-buttons>
|
||||
<Button tool :menu="taskLogsMenu" :disabled="taskLogsMenu.length === 0">{{ $t('main.action.logs') }}</Button>
|
||||
<Button tool secondary :menu="taskLogsMenu" :disabled="taskLogsMenu.length === 0">{{ $t('main.action.logs') }}</Button>
|
||||
</template>
|
||||
|
||||
<div v-html="$t('settings.updates.description')"></div>
|
||||
|
||||
Reference in New Issue
Block a user