Update virtual-machines.tsx

This commit is contained in:
MacRimi
2026-02-03 16:57:50 +01:00
parent c44e0afb81
commit 7c2d6d6618

View File

@@ -1248,6 +1248,7 @@ const handleDownloadLogs = async (vmid: number, vmName: string) => {
{/* Page 0: Main content */}
<div
className={`absolute inset-0 overflow-y-auto transition-opacity duration-300 ${modalPage === 0 ? 'opacity-100 z-10' : 'opacity-0 z-0 pointer-events-none'}`}
>
<div className="space-y-6">
{selectedVM && (
<>
@@ -1365,7 +1366,7 @@ const handleDownloadLogs = async (vmid: number, vmName: string) => {
</CardContent>
</Card>
) : null}
</>
</>
)}
</div>
</div>