Merge branch 'dev' into fix/machine_upairing

This commit is contained in:
Nikola Ubavić 2021-12-24 23:49:55 +01:00 committed by GitHub
commit 29dc519a52
126 changed files with 2007 additions and 1281 deletions

View file

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