You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.
In src/views/DeviceInspector/OverviewTab.vue in the release/v4 branch, I see a conditional on device.health (to dispay "Failing Validation", "Passing Validation" etc), but the only values that are checked are "fail", "pass" and "unknown". There is a fourth status, "error", which should also be checked and displayed. (This enum is defined in the json schemas available in the documentation and via the GET /schema/... endpoints.)
Note that sometimes health could be "error" when the most recent validation_state+validation_result records show a pass result -- this is because not all error conditions are caused by validation failures.
The text was updated successfully, but these errors were encountered:
In src/views/DeviceInspector/OverviewTab.vue in the release/v4 branch, I see a conditional on device.health (to dispay "Failing Validation", "Passing Validation" etc), but the only values that are checked are "fail", "pass" and "unknown". There is a fourth status, "error", which should also be checked and displayed. (This enum is defined in the json schemas available in the documentation and via the GET /schema/... endpoints.)
Note that sometimes health could be "error" when the most recent validation_state+validation_result records show a pass result -- this is because not all error conditions are caused by validation failures.
The text was updated successfully, but these errors were encountered: