Standardize hidden key format

This commit is contained in:
snipe 2017-12-05 16:26:39 -08:00
parent a19cef07bf
commit 3da49ceb60

View file

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