mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-06 21:24:16 +08:00
add tags to static node model
This commit is contained in:
parent
d792e2e529
commit
292c0744d5
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ func (ext *ExtClient) ConvertToStaticNode() Node {
|
|||
CommonNode: CommonNode{
|
||||
Network: ext.Network,
|
||||
},
|
||||
Tags: ext.Tags,
|
||||
IsStatic: true,
|
||||
StaticNode: *ext,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue