Log buttons are just secondary actions
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 :menu="taskLogsMenu" :disabled="!taskLogsMenu.length">{{ $t('main.action.logs') }}</Button>
|
||||
<Button tool secondary :menu="taskLogsMenu" :disabled="!taskLogsMenu.length">{{ $t('main.action.logs') }}</Button>
|
||||
</template>
|
||||
|
||||
<SettingsItem wrap>
|
||||
|
||||
Reference in New Issue
Block a user