mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-30 22:32:51 +02:00
Closes #8593: Add link field to contact model
This commit is contained in:
@@ -105,6 +105,9 @@ class Contact(NetBoxModel):
|
||||
max_length=200,
|
||||
blank=True
|
||||
)
|
||||
link = models.URLField(
|
||||
blank=True
|
||||
)
|
||||
comments = models.TextField(
|
||||
blank=True
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user