rename Metrics to SystemInfo , Graphs

This commit is contained in:
Girish Ramakrishnan
2025-10-03 17:03:13 +02:00
parent c9c00d2b9f
commit 0b310f849a
3 changed files with 8 additions and 8 deletions
@@ -1,7 +1,7 @@
<script setup>
import SystemInfo from '../components/SystemInfo.vue';
import SystemMetrics from '../components/SystemMetrics.vue';
import SystemGraphs from '../components/SystemGraphs.vue';
import DiskUsage from '../components/DiskUsage.vue';
</script>
@@ -9,7 +9,7 @@ import DiskUsage from '../components/DiskUsage.vue';
<template>
<div class="content">
<SystemInfo/>
<SystemMetrics/>
<SystemGraphs/>
<DiskUsage />
</div>
</template>