Fixed #5693 - don’t truncate license key

This commit is contained in:
snipe 2018-06-11 18:46:49 -07:00
parent d204eebab9
commit 62e4eabab0

View file

@ -126,7 +126,7 @@ View Assets for {{ $user->present()->fullName() }}
<td>{{ $license->name }}</td> <td>{{ $license->name }}</td>
<td> <td>
@can('viewKeys', $license) @can('viewKeys', $license)
{{ mb_strimwidth($license->serial, 0, 50, "...") }} {{ $license->serial }}
@else @else
------------ ------------
@endcan @endcan