You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that NetBox v3.3 supports device type heights in 0.5U increments, we need to update that validation schema to allow these values. At a minimum, the u_height field should be processed as a decimal value. I'm not sure whether it's feasible to enforce .0/.5 increments using the schema alone.
The text was updated successfully, but these errors were encountered:
Now that NetBox v3.3 supports device type heights in 0.5U increments, we need to update that validation schema to allow these values. At a minimum, the
u_height
field should be processed as a decimal value. I'm not sure whether it's feasible to enforce .0/.5 increments using the schema alone.The text was updated successfully, but these errors were encountered: