mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-04-18 15:27:28 +00:00
Resolve usage setting in template does not show in project bug
This commit is contained in:
parent
fb639c8acd
commit
ce252461bd
@ -42,7 +42,7 @@ export class NodeToMapNodeConverter implements Converter<Node, MapNode> {
|
||||
mapNode.status = node.status;
|
||||
mapNode.symbol = node.symbol;
|
||||
mapNode.symbolUrl = node.symbol_url;
|
||||
mapNode.usage = node.usage;
|
||||
mapNode.usage = node.properties.usage; // we are using usage key inside the properties object
|
||||
mapNode.width = node.width;
|
||||
mapNode.x = node.x;
|
||||
mapNode.y = node.y;
|
||||
|
Loading…
x
Reference in New Issue
Block a user