1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Partial conversion from glyphicons to font awesome

This commit is contained in:
Jeremy Stretch
2016-07-29 18:04:38 -04:00
parent 8a9c6ce37a
commit 65ea2af4b7
14 changed files with 81 additions and 81 deletions

View File

@@ -1,7 +1,7 @@
{% if export_templates %}
<div class="btn-group">
<button type="button" class="btn btn-success dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="glyphicon glyphicon-export" aria-hidden="true"></span>
<span class="fa fa-upload" aria-hidden="true"></span>
Export {{ obj_type }} <span class="caret"></span>
</button>
<ul class="dropdown-menu">
@@ -14,7 +14,7 @@
</div>
{% else %}
<a href="?{% if request.GET %}{{ request.GET.urlencode }}&{% endif %}export" class="btn btn-success">
<span class="glyphicon glyphicon-export" aria-hidden="true"></span>
<span class="fa fa-upload" aria-hidden="true"></span>
Export {{ obj_type }}
</a>
{% endif %}