Log buttons are just secondary actions
This commit is contained in:
@@ -77,7 +77,7 @@ onMounted(async () => {
|
||||
<InputDialog ref="inputDialog"/>
|
||||
|
||||
<template #header-buttons>
|
||||
<Button href="/logs.html?id=box" target="_blank">{{ $t('main.action.logs') }}</Button>
|
||||
<Button tool secondary href="/logs.html?id=box" target="_blank">{{ $t('main.action.logs') }}</Button>
|
||||
<Button @click="onReboot()">{{ $t('main.action.reboot') }}</Button>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user