-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
NetBox version
v2.11
Python version
3.9
Steps to Reproduce
1 - Add interface on device ( /dcim/interfaces/add/?device=24 ), max lenght of description is 100 characters
2 - Edit the interface, max lenght is 200 (/dcim/interfaces/24/edit/)
Expected Behavior
Can you set the max directly to 200 in create interface description ?
Observed Behavior
Hello,
When create :
<input type="text" name="description" maxlength="100" class="form-control" placeholder="None" id="id_description">
When edit :
<input type="text" name="description" maxlength="200" class="form-control" placeholder="None" id="id_description">
Cordialy.
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application