fix: show the correct status for each machine

This commit is contained in:
André Sá 2021-12-06 19:07:34 +00:00
parent e9f033d915
commit 7c926675f9
2 changed files with 11 additions and 13 deletions

View file

@ -60,7 +60,7 @@ function addName (pings, events, config) {
const statuses = [
getStatus(
_.first(pings[machine.deviceId]),
_.first(checkStuckScreen(events, machine.name))
_.first(checkStuckScreen(events, machine))
)
]