thresholdStatusMapping bugfix
This commit is contained in:
parent
1a94453849
commit
3f79a2fdda
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ export default function Component({ service }) {
|
|||
|
||||
const thresholdStatusMapping = new Map([
|
||||
[DeviceStatusThreshold.smart, DeviceStatus.failed_smart],
|
||||
[DeviceStatusThreshold.scrutiny, DeviceStatus.scrutiny],
|
||||
[DeviceStatusThreshold.both, DeviceStatusThreshold.both]
|
||||
[DeviceStatusThreshold.scrutiny, DeviceStatus.failed_scrutiny],
|
||||
[DeviceStatusThreshold.both, DeviceStatus.both]
|
||||
])
|
||||
|
||||
const { widget } = service;
|
||||
|
|
Loading…
Add table
Reference in a new issue