1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #6246: Permit full-length descriptions when creating device components and VM interfaces

This commit is contained in:
jeremystretch
2021-04-22 14:05:07 -04:00
parent 83f520f7a8
commit 396c91f8f7
3 changed files with 10 additions and 2 deletions

View File

@ -683,7 +683,7 @@ class VMInterfaceCreateForm(BootstrapMixin, InterfaceCommonForm):
label='MAC Address'
)
description = forms.CharField(
max_length=100,
max_length=200,
required=False
)
mode = forms.ChoiceField(