Compare commits

...

2 Commits

Author SHA1 Message Date
TheFrenchGhosty d5e4d97f4f
Merge pull request #36 from iv-org/updown
Update to use the new layout from api
2024-04-22 20:58:43 +02:00
TheFrenchGhosty 312c3cd640
Update to use the new layout from api 2024-04-22 20:57:33 +02:00
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 => {