Fixes #1225: Fixed border on empty circuits table on provider view

This commit is contained in:
Jeremy Stretch 2017-05-26 10:08:03 -04:00
parent 834c396a22
commit b5a1b692bd

View File

@ -181,7 +181,7 @@
</tr>
{% empty %}
<tr>
<td class="text-muted">None</td>
<td colspan="6" class="text-muted">None</td>
</tr>
{% endfor %}
</table>