* proof of concept * add grid size to forms and individual options
This commit is contained in:
@@ -404,6 +404,9 @@ class IndividualOptions(NetBoxModel):
|
||||
straight_cables = models.BooleanField(
|
||||
default=False
|
||||
)
|
||||
grid_size = models.PositiveSmallIntegerField(
|
||||
default=0
|
||||
)
|
||||
|
||||
_netbox_private = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user