Update AppImge

This commit is contained in:
MacRimi
2025-10-01 17:39:43 +02:00
parent 97d554f638
commit 724ba1e271
3 changed files with 81 additions and 47 deletions

View File

@@ -50,7 +50,6 @@ const fetchSystemData = async (): Promise<SystemData | null> => {
headers: {
"Content-Type": "application/json",
},
signal: AbortSignal.timeout(5000),
})
if (!response.ok) {
@@ -88,7 +87,6 @@ const fetchVMData = async (): Promise<VMData[]> => {
headers: {
"Content-Type": "application/json",
},
signal: AbortSignal.timeout(5000),
})
if (!response.ok) {