Update virtual-machines.tsx

This commit is contained in:
MacRimi
2026-02-03 16:50:29 +01:00
parent d3ef3c7452
commit c44e0afb81

View File

@@ -1547,7 +1547,7 @@ const handleDownloadLogs = async (vmid: number, vmName: string) => {
</div>
</div>
</CardContent>
</Card>
</Card>
</div>
{/* Desktop Backups Section - Always visible */}
@@ -1627,7 +1627,7 @@ const handleDownloadLogs = async (vmid: number, vmName: string) => {
</CardContent>
</Card>
> {detailsLoading ? (
{detailsLoading ? (
<div className="text-center py-8 text-muted-foreground">Loading configuration...</div>
) : vmDetails?.config ? (
<>