Fix various display issues in metrics view
This commit is contained in:
@@ -77,8 +77,8 @@ onMounted(async () => {
|
||||
<InputDialog ref="inputDialog"/>
|
||||
|
||||
<template #header-buttons>
|
||||
<Button plain href="/logs.html?id=box" target="_blank">{{ $t('main.action.logs') }}</Button>
|
||||
<Button plain @click="onReboot()">{{ $t('main.action.reboot') }}</Button>
|
||||
<Button href="/logs.html?id=box" target="_blank">{{ $t('main.action.logs') }}</Button>
|
||||
<Button @click="onReboot()">{{ $t('main.action.reboot') }}</Button>
|
||||
</template>
|
||||
|
||||
<div class="info-row">
|
||||
|
||||
Reference in New Issue
Block a user