[GH-ISSUE #305] add device disabled tag #138

Closed
opened 2026-03-04 01:35:04 +03:00 by kerem · 0 comments
Owner

Originally created by @lts-rad on GitHub (Apr 2, 2024).
Original GitHub issue: https://github.com/spr-networks/super/issues/305

Originally assigned to: @lts-rad on GitHub.

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”

Originally created by @lts-rad on GitHub (Apr 2, 2024). Original GitHub issue: https://github.com/spr-networks/super/issues/305 Originally assigned to: @lts-rad on GitHub. 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”
kerem closed this issue 2026-03-04 01:35:05 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/super#138
No description provided.