-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Description
NetBox version
v2.10.4
Feature type
Change to existing functionality
Proposed functionality
Currently Netbox only supports whole numbers for cable lengths. I propose that that the user be able to enter cable lengths with at least one decimal point.
Use case
Most fibers are measured in meters and we use fiber cables in .2 and .5 meter increments for in-rack cables from the servers to the top of rack switches. I would like to be able to use Netbox to develop a cable running list and potentially a cabling bill of materials. This would mean that the cable lengths need to match what needs to be ordered as well as what needs to be installed. Currently I have to round our cable lengths to the nearest whole number to add them to import them into the database, or leave the length off of the cable which is sub-optimal with how I would like to be able to use the tool.
Database changes
Cable length field would need to allow for one decimal place.
External dependencies
No response