Log buttons are just secondary actions
This commit is contained in:
@@ -388,7 +388,7 @@ onMounted(async () => {
|
||||
<div>{{ $t('app.backups.backups.description') }}</div>
|
||||
</FormGroup>
|
||||
<div style="display: flex; align-items: center;">
|
||||
<Button tool :menu="taskLogsMenu" :disabled="!taskLogsMenu.length">{{ $t('main.action.logs') }}</Button>
|
||||
<Button tool secondary :menu="taskLogsMenu" :disabled="!taskLogsMenu.length">{{ $t('main.action.logs') }}</Button>
|
||||
</div>
|
||||
</SettingsItem>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user