From af545404e822f94487825b752472e74e71a25dff Mon Sep 17 00:00:00 2001 From: MacRimi Date: Wed, 22 Oct 2025 11:09:46 +0200 Subject: [PATCH] Update virtual-machines.tsx --- AppImage/components/virtual-machines.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/AppImage/components/virtual-machines.tsx b/AppImage/components/virtual-machines.tsx index 1d7bad2..6455c30 100644 --- a/AppImage/components/virtual-machines.tsx +++ b/AppImage/components/virtual-machines.tsx @@ -283,7 +283,7 @@ export function VirtualMachines() { headers: { "Content-Type": "application/json", }, - body: JSON.JSON.stringify({ action }), + body: JSON.stringify({ action }), }) if (response.ok) { @@ -807,10 +807,10 @@ export function VirtualMachines() { <>
- +
{/* CPU Usage */}
@@ -906,7 +906,7 @@ export function VirtualMachines() { variant="outline" size="sm" onClick={() => setShowAdditionalInfo(!showAdditionalInfo)} - className="text-xs" + className="text-xs bg-white/5 sm:bg-transparent hover:bg-white/5" > {showAdditionalInfo ? ( <>