mirror of
https://github.com/spr-networks/super.git
synced 2026-04-25 04:45:51 +03:00
[GH-ISSUE #305] add device disabled tag #138
Labels
No labels
blocked
bug
documentation
enhancement
fixed
fixed ✅
hardening
implemented
installer
multicast
p1
p2
pending
podman
pull-request
security
testing
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/super#138
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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”