Add option to show cable labels (#720)

This commit is contained in:
Mario
2026-03-29 09:52:10 +02:00
committed by GitHub
parent 6c4106e428
commit 3aa2bab141
7 changed files with 65 additions and 8 deletions
+3
View File
@@ -408,6 +408,9 @@ class IndividualOptions(NetBoxModel):
draw_termination_labels = models.BooleanField(
default=False
)
draw_cable_labels = models.BooleanField(
default=False
)
grid_size = models.PositiveSmallIntegerField(
default=0
)