mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Change the class of a reusable element so the icon changes from a warning to a padlock
This commit is contained in:
parent
912401a0a0
commit
291997c915
|
@ -16,7 +16,7 @@
|
|||
</p>
|
||||
|
||||
@if (config('app.lock_passwords')===true)
|
||||
<p class="text-warning"><i class="fa fa-warning"></i>{{ trans('general.feature_disabled') }}</p>
|
||||
<p class="text-warning"><i class="fa fa-lock"></i>{{ trans('general.feature_disabled') }}</p>
|
||||
@endif
|
||||
{!! $errors->first($logoVariable, '<span class="alert-msg">:message</span>') !!}
|
||||
|
||||
|
|
Loading…
Reference in a new issue