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 4668149943
commit bbd0761887

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>