diff --git a/AppImage/components/virtual-machines.tsx b/AppImage/components/virtual-machines.tsx index a82d629..b0a820d 100644 --- a/AppImage/components/virtual-machines.tsx +++ b/AppImage/components/virtual-machines.tsx @@ -525,8 +525,10 @@ export function VirtualMachines() { {typeBadge.icon} {typeBadge.label} - {vm.name} - ID: {vm.vmid} +
+
{vm.name}
+
ID: {vm.vmid}
+
{lxcIP && ( IP: {lxcIP} @@ -618,9 +620,8 @@ export function VirtualMachines() { {/* Name and ID */}
-
- {vm.name} ({vm.vmid}) -
+
{vm.name}
+
ID: {vm.vmid}