mirror of
https://github.com/tale/headplane.git
synced 2026-07-26 15:58:14 +00:00
d26c23313c
uiTagsForNode() only checked node.expiry === null, missing Go zero-time that headscale returns for tagged nodes after a restart (juanfont/headscale#3170). The !node.expired guard is technically redundant with isNoExpiry but documents intent: "No expiry" is only shown for nodes that never had an expiry set