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

Replaced most glyphicons with Font Awesome

This commit is contained in:
Jeremy Stretch
2016-08-01 13:29:45 -04:00
parent b73f980eb2
commit 1fd189f9b1
43 changed files with 76 additions and 76 deletions

View File

@@ -4,7 +4,7 @@
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<h4 class="modal-title" id="privkey_modal_title">
<span class="glyphicon glyphicon-lock" aria-hidden="true"></span>
<span class="fa fa-lock" aria-hidden="true"></span>
Enter your private RSA key
</h4>
</div>