Drop family column from Aggregate, Prefix, and IPAddress models

This commit is contained in:
Jeremy Stretch
2020-02-14 15:04:33 -05:00
parent 3612057fc1
commit 3b04113ed2
10 changed files with 83 additions and 40 deletions

View File

@@ -65,7 +65,7 @@
<table class="table table-hover panel-body attr-table">
<tr>
<td>Family</td>
<td>{{ ipaddress.get_family_display }}</td>
<td>IPv{{ ipaddress.family }}</td>
</tr>
<tr>
<td>VRF</td>