mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-13 04:48:22 +00:00
Delete a node work
This commit is contained in:
@ -105,7 +105,7 @@ class BaseNode:
|
||||
def status(self, status):
|
||||
|
||||
self._node_status = status
|
||||
self._project.emit("node.{}".format(status), self)
|
||||
self._project.emit("node.updated", self)
|
||||
|
||||
@property
|
||||
def command_line(self):
|
||||
|
Reference in New Issue
Block a user