mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-07 08:08:15 -06:00
Rename description field so we can hide it...
This commit is contained in:
parent
80e56e4fd8
commit
d274f3e9c0
@ -15,7 +15,7 @@
|
||||
{% endif %}
|
||||
<td>
|
||||
{% if iface.description %}
|
||||
<span title="{{ iface.description }}">{{ iface.description }}</span>
|
||||
<span title="iface.description">{{ iface.description }}</span>
|
||||
{% endif %}
|
||||
</td>
|
||||
</td>
|
||||
|
Loading…
Reference in New Issue
Block a user