Closed lts-rad closed 4 months ago
What’s missing is a tag for checking if a device is disabled, we can add that.
In AlertUtil.js: } else if (tag == 'DeviceMAC') { return <DeviceItem show={['MAC']} flex={1} item={deviceItem} /> }
Would add If (tag == ‘DeviceDisabled’ ) { … If device unknown: “Unknown” If device disabled: “Disabled” If device enabled: “Enabled”
What’s missing is a tag for checking if a device is disabled, we can add that.
In AlertUtil.js: } else if (tag == 'DeviceMAC') { return <DeviceItem show={['MAC']} flex={1} item={deviceItem} /> }
Would add If (tag == ‘DeviceDisabled’ ) { … If device unknown: “Unknown” If device disabled: “Disabled” If device enabled: “Enabled”