Replace Glyphicons with Material Design

This commit is contained in:
Jeremy Stretch
2020-11-06 14:49:14 -05:00
parent 867f308027
commit 72dace29b7
42 changed files with 136 additions and 136 deletions

View File

@@ -207,7 +207,7 @@
<div class="panel-body text-muted">
{% if perms.dcim.add_cable %}
<a href="{% url 'dcim:powerfeed_connect' termination_a_id=powerfeed.pk termination_b_type='power-port' %}?return_url={{ powerfeed.get_absolute_url }}" class="btn btn-primary btn-sm pull-right">
<span class="glyphicon glyphicon-resize-small" aria-hidden="true"></span> Connect
<span class="mdi mdi-ethernet-cable" aria-hidden="true"></span> Connect
</a>
{% endif %}
Not connected