From 0480989fd2a6a76b6c344ee60f555ac3c4eccd54 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sat, 7 Feb 2026 11:25:33 +0100 Subject: [PATCH] Update virtual-machines.tsx --- AppImage/components/virtual-machines.tsx | 36 ++++++------------------ 1 file changed, 9 insertions(+), 27 deletions(-) diff --git a/AppImage/components/virtual-machines.tsx b/AppImage/components/virtual-machines.tsx index 0c62d378..fbdd9161 100644 --- a/AppImage/components/virtual-machines.tsx +++ b/AppImage/components/virtual-machines.tsx @@ -472,6 +472,10 @@ export function VirtualMachines() { setBackupNotification("auto") setBackupNotes("{{guestname}}") setBackupPbsChangeMode("default") + // Auto-select first storage if none selected + if (!selectedBackupStorage && backupStorages.length > 0) { + setSelectedBackupStorage(backupStorages[0].storage) + } setShowBackupModal(true) } @@ -1381,43 +1385,21 @@ const handleDownloadLogs = async (vmid: number, vmName: string) => {

Backups

- - - {/* Create Backup Row */} -
-
- {/* Divider */} -
- {/* Backup List */}
Available backups @@ -2033,7 +2015,7 @@ const handleDownloadLogs = async (vmid: number, vmName: string) => { Shutdown