Corrected button icon

This commit is contained in:
Jeremy Stretch 2016-05-19 16:38:17 -04:00
parent b3253ae834
commit 5127b22ee6

View File

@ -7,7 +7,7 @@
{% render_table table table_template|default:'table.html' %}
{% if perms.dcim.add_interface %}
<button type="submit" name="_edit" formaction="{% url 'dcim:interface_bulk_add' %}" class="btn btn-primary btn-sm">
<span class="glyphicon glyphicon-pencil" aria-hidden="true"></span>
<span class="glyphicon glyphicon-plus" aria-hidden="true"></span>
Add Interfaces
</button>
{% endif %}