Move ip settings buttons into the Section for consistency

This commit is contained in:
Johannes Zellner
2025-10-16 13:19:00 +02:00
parent 5c7f99c0ee
commit 8aa5dc85af
2 changed files with 4 additions and 8 deletions

View File

@@ -140,10 +140,6 @@ onMounted(async () => {
</Dialog>
<Section :title="$t('network.ipv6.title')">
<template #header-buttons>
<Button @click="onConfigure()">{{ $t('network.ip.configure') }}</Button>
</template>
<div>{{ $t('network.ipv6.description') }}</div>
<br/>
@@ -159,6 +155,8 @@ onMounted(async () => {
<div class="info-label">{{ $t('network.ip.interface') }}</div>
<div class="info-value">{{ interfaceName }}</div>
</div>
<Button style="margin-top: 10px" @click="onConfigure()">{{ $t('network.ip.configure') }}</Button>
</Section>
</div>
</template>