Closes #163: Show raster and snap icons (#550)

* proof of concept

* add grid size to forms and individual options
This commit is contained in:
Mario
2024-08-20 12:02:45 +02:00
committed by GitHub
parent 9072faf7cf
commit d2d2106246
9 changed files with 206 additions and 24 deletions
+3
View File
@@ -404,6 +404,9 @@ class IndividualOptions(NetBoxModel):
straight_cables = models.BooleanField(
default=False
)
grid_size = models.PositiveSmallIntegerField(
default=0
)
_netbox_private = True