Skip to content

Create interface - Max length of description #6246

@akashha

Description

@akashha

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 implementationtype: bugA confirmed report of unexpected behavior in the application

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions