mirror of
https://github.com/GNS3/gns3-server
synced 2025-01-24 06:51:19 +00:00
Fix typos
This commit is contained in:
parent
771a9a5ddb
commit
9132002b80
@ -84,7 +84,7 @@ class PortManager:
|
|||||||
@console_host.setter
|
@console_host.setter
|
||||||
def console_host(self, new_host):
|
def console_host(self, new_host):
|
||||||
"""
|
"""
|
||||||
Bind console host to 0.0.0.0 if remote connections are allowed.
|
Bind console host to 0.0.0.0 or :: if remote connections are allowed.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
server_config = Config.instance().get_section_config("Server")
|
server_config = Config.instance().get_section_config("Server")
|
||||||
|
@ -34,7 +34,7 @@ log = logging.getLogger(__name__)
|
|||||||
|
|
||||||
|
|
||||||
class Node:
|
class Node:
|
||||||
# This properties are used only on controller and are not forwarded to the compute
|
# These properties are used only on controller and are not forwarded to computes
|
||||||
CONTROLLER_ONLY_PROPERTIES = ["x", "y", "z", "locked", "width", "height", "symbol", "label", "console_host",
|
CONTROLLER_ONLY_PROPERTIES = ["x", "y", "z", "locked", "width", "height", "symbol", "label", "console_host",
|
||||||
"port_name_format", "first_port_name", "port_segment_size", "ports",
|
"port_name_format", "first_port_name", "port_segment_size", "ports",
|
||||||
"category", "console_auto_start"]
|
"category", "console_auto_start"]
|
||||||
|
Loading…
Reference in New Issue
Block a user