Move SystemInfo section into the metrics view

This commit is contained in:
Johannes Zellner
2025-07-02 21:04:39 +02:00
parent 38f8048309
commit 61fbb76eeb
3 changed files with 117 additions and 64 deletions
+2
View File
@@ -1,5 +1,6 @@
<script setup>
import SystemInfo from '../components/SystemInfo.vue';
import SystemMetrics from '../components/SystemMetrics.vue';
import DiskUsage from '../components/DiskUsage.vue';
@@ -7,6 +8,7 @@ import DiskUsage from '../components/DiskUsage.vue';
<template>
<div class="content">
<SystemInfo/>
<SystemMetrics/>
<DiskUsage />
</div>