Closes #166: Add dns_name to IPAddress

This commit is contained in:
Jeremy Stretch
2019-04-22 18:10:28 -04:00
parent 695a07daf4
commit a026ec45b8
10 changed files with 62 additions and 11 deletions

View File

@@ -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>