Fixes #1653: Remove outdated description for DeviceType's is_network_device flag

This commit is contained in:
Jeremy Stretch 2017-10-30 17:45:05 -04:00
parent 0d0b193712
commit 886d712987

View File

@ -120,7 +120,7 @@
</td> </td>
<td> <td>
<strong>Network Device</strong><br /> <strong>Network Device</strong><br />
<small class="text-muted">This device {% if devicetype.is_network_device %}has{% else %}does not have{% endif %} non-management network interfaces</small> <small class="text-muted">This device {% if devicetype.is_network_device %}has{% else %}does not have{% endif %} network interfaces</small>
</td> </td>
</tr> </tr>
<tr> <tr>