mirror of
https://github.com/juanfont/headscale.git
synced 2026-02-24 08:34:52 +01:00
Conversion from personal to tagged node is reversible
This commit is contained in:
committed by
nblock
parent
04b4071888
commit
49b70db7f2
@@ -63,6 +63,6 @@ func logTagOperation(existingNode types.NodeView, newTags []string) {
|
||||
Str("node.name", existingNode.Hostname()).
|
||||
Uint("created.by.user", userID).
|
||||
Strs("new.tags", newTags).
|
||||
Msg("Converting user-owned node to tagged node (irreversible)")
|
||||
Msg("Converting user-owned node to tagged node")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user