Skip to content

Commit

Permalink
Fixes #1653: Remove outdated description for DeviceType's is_network_…
Browse files Browse the repository at this point in the history
…device flag
  • Loading branch information
jeremystretch committed Oct 30, 2017
1 parent 4668149 commit bbd0761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/templates/dcim/devicetype.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h1>{% block title %}{{ devicetype.manufacturer }} {{ devicetype.model }}{% endb
</td>
<td>
<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>
</tr>
<tr>
Expand Down

0 comments on commit bbd0761

Please sign in to comment.