More table cleanup

This commit is contained in:
Jeremy Stretch
2017-12-21 13:33:41 -05:00
parent d84e5d1839
commit a523d25c0d
2 changed files with 5 additions and 5 deletions

View File

@@ -257,7 +257,7 @@
{% include 'dcim/inc/interface.html' with device=vm %}
{% empty %}
<tr>
<td colspan="6">No interfaces defined</td>
<td colspan="9" class="text-center text-muted">&mdash; No interfaces defined &mdash;</td>
</tr>
{% endfor %}
</tbody>