Changed login attempts icon so it’s not the same as SAML

This commit is contained in:
snipe 2020-09-15 20:27:01 -07:00
parent 2855a9b2e8
commit 4fd5358aa8

View file

@ -258,7 +258,7 @@
<div class="box-body text-center">
<h5>
<a href="{{ route('settings.logins.index') }}">
<i class="fa fa-sign-in fa-4x" aria-hidden="true"></i>
<i class="fa fa-crosshairs fa-4x" aria-hidden="true"></i>
<br><br>
<span class="name">Login Attempts</span>
</a>