mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Tweaked display names for Racks, VLANs
This commit is contained in:
@ -345,7 +345,7 @@ class VLAN(CreatedUpdatedModel):
|
||||
verbose_name_plural = 'VLANs'
|
||||
|
||||
def __unicode__(self):
|
||||
return "VLAN {}".format(self.vid)
|
||||
return self.display_name
|
||||
|
||||
def get_absolute_url(self):
|
||||
return reverse('ipam:vlan', args=[self.pk])
|
||||
|
Reference in New Issue
Block a user