Unify most view titles and move more into a Section component

This commit is contained in:
Johannes Zellner
2025-03-25 19:11:40 +01:00
parent 0cffd76296
commit 42456bac0f
8 changed files with 115 additions and 128 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ onMounted(async () => {
<template>
<div class="content">
<h1>{{ $t('network.title') }}</h1>
<h1 class="view-header">{{ $t('network.title') }}</h1>
<Ipv4Config />
<Ipv6Config />