Update to use the new layout from api

This commit is contained in:
TheFrenchGhosty 2024-04-22 20:57:33 +02:00
parent abe33fdbb5
commit 312c3cd640
No known key found for this signature in database
GPG Key ID: 4E616F0FFE25B75B
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
return {
name: entry[0],
details: entry[1],
health: +(healthKnown ? entry[1].monitor["30dRatio"].ratio : 95),
health: +(healthKnown ? entry[1].monitor.uptime : 95),
healthKnown
}
}).filter(entry => {