mirror of
https://github.com/GNS3/gns3-server
synced 2025-01-11 16:41:04 +00:00
Restore reload support for nodes.
This commit is contained in:
parent
c14d79a3d5
commit
117a1ac6da
@ -303,7 +303,7 @@ class NodeHandler:
|
||||
|
||||
project = await Controller.instance().get_loaded_project(request.match_info["project_id"])
|
||||
node = project.get_node(request.match_info["node_id"])
|
||||
#await node.reload()
|
||||
await node.reload()
|
||||
response.json(node)
|
||||
response.set_status(200)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user