fix: show the correct status for each machine
This commit is contained in:
parent
e9f033d915
commit
7c926675f9
2 changed files with 11 additions and 13 deletions
|
|
@ -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))
|
||||
)
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue