rename views
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<script setup>
|
||||
|
||||
import SystemInfo from '../components/SystemInfo.vue';
|
||||
import SystemGraphs from '../components/SystemGraphs.vue';
|
||||
import DiskUsage from '../components/DiskUsage.vue';
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="content">
|
||||
<SystemInfo/>
|
||||
<SystemGraphs/>
|
||||
<DiskUsage />
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user