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

Closes #14707: Change 'Interface' to 'Tunnel interface' in VPN tunnel forms

This commit is contained in:
Markku Leiniö
2024-04-04 18:46:01 +03:00
committed by Jeremy Stretch
parent d9a7b4ee0e
commit 5b50920c61
2 changed files with 4 additions and 4 deletions

View File

@@ -88,7 +88,7 @@ class TunnelTerminationTable(TenancyColumnsMixin, NetBoxTable):
verbose_name=_('Host')
)
termination = tables.Column(
verbose_name=_('Interface'),
verbose_name=_('Tunnel interface'),
linkify=True
)
ip_addresses = tables.ManyToManyColumn(