diff --git a/AppImage/components/virtual-machines.tsx b/AppImage/components/virtual-machines.tsx index 8de5cee..3226da2 100644 --- a/AppImage/components/virtual-machines.tsx +++ b/AppImage/components/virtual-machines.tsx @@ -859,12 +859,6 @@ export function VirtualMachines() { {lxcIP && ( IP: {lxcIP} - {/* Show +X more if there are multiple IPs */} - {vmDetails?.lxc_ip_info && vmDetails.lxc_ip_info.all_ips.length > 1 && ( - - +{vmDetails.lxc_ip_info.all_ips.length - 1} more - - )} )} Uptime: {formatUptime(vm.uptime)} @@ -1805,17 +1799,17 @@ export function VirtualMachines() { IP Addresses