From a2fa7ec9c48326e7a7b1c1bd31b9721bb05bd818 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Wed, 15 Oct 2025 19:51:24 +0200 Subject: [PATCH] Update virtual-machines.tsx --- AppImage/components/virtual-machines.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/AppImage/components/virtual-machines.tsx b/AppImage/components/virtual-machines.tsx index e8ecac5..9de7161 100644 --- a/AppImage/components/virtual-machines.tsx +++ b/AppImage/components/virtual-machines.tsx @@ -521,6 +521,13 @@ export function VirtualMachines() { {vm.name} ID: {vm.vmid} + {lxcIP && ( + + )} Uptime: {formatUptime(vm.uptime)}