Move SystemInfo section into the metrics view
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user