mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 12:30:13 +03:00
Set default value of show_interface_labels to True
Change the default value of show_interface_labels from False to True for better user experience, as interface labels are commonly used in network topology visualization.
This commit is contained in:
parent
598029face
commit
21bba7f4b2
@ -95,7 +95,7 @@ class Project:
|
||||
show_grid=False,
|
||||
grid_size=75,
|
||||
drawing_grid_size=25,
|
||||
show_interface_labels=False,
|
||||
show_interface_labels=True,
|
||||
variables=None,
|
||||
supplier=None,
|
||||
created_by=None,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user