mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-17 09:12:18 -06:00
Closes #166: Add dns_name to IPAddress
This commit is contained in:
@@ -109,6 +109,10 @@
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>DNS Name</td>
|
||||
<td>{{ ipaddress.dns_name|placeholder }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Description</td>
|
||||
<td>{{ ipaddress.description|placeholder }}</td>
|
||||
|
||||
Reference in New Issue
Block a user