From d92e62e40b8b82d23b9c0a50bbae3618ec4f0628 Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Sat, 7 Dec 2024 21:40:43 +0800 Subject: [PATCH] Adjusted system status widget --- .../systemStatusComponents/systemStatusWidget.vue | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/static/app/src/components/systemStatusComponents/systemStatusWidget.vue b/src/static/app/src/components/systemStatusComponents/systemStatusWidget.vue index 79e8f32..25f615a 100644 --- a/src/static/app/src/components/systemStatusComponents/systemStatusWidget.vue +++ b/src/static/app/src/components/systemStatusComponents/systemStatusWidget.vue @@ -35,9 +35,9 @@ const getData = () => {
- - {{ data.cpu.cpu_percent }}% - + + {{ data.cpu.cpu_percent }}% +
@@ -45,7 +45,8 @@ const getData = () => {
- {
- - {{ data?.disk['/'].percent }}% - + + {{ data?.disk['/'].percent }}% +