mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Fixed #5693 - don’t truncate license key
This commit is contained in:
parent
d204eebab9
commit
62e4eabab0
|
@ -126,7 +126,7 @@ View Assets for {{ $user->present()->fullName() }}
|
|||
<td>{{ $license->name }}</td>
|
||||
<td>
|
||||
@can('viewKeys', $license)
|
||||
{{ mb_strimwidth($license->serial, 0, 50, "...") }}
|
||||
{{ $license->serial }}
|
||||
@else
|
||||
------------
|
||||
@endcan
|
||||
|
|
Loading…
Reference in a new issue