fix: arch-03 worker system metric

This commit is contained in:
2026-03-13 11:45:09 +01:00
parent ffb84b41a9
commit c6d5843022
4 changed files with 385 additions and 217 deletions

View File

@@ -46,7 +46,7 @@
<script setup lang="ts">
import {computed} from "vue"
import { SystemMetrics } from "~/types/system";
import type { SystemMetrics } from "~/types/system";
const props = defineProps<{
metrics: SystemMetrics | null