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>{{ $license->name }}</td>
<td> <td>
@can('viewKeys', $license) @can('viewKeys', $license)
{{ mb_strimwidth($license->serial, 0, 50, "...") }} {{ mb_strimwidth($license->serial, 0, 50, "...") }}
@else @else
--- ------------
@endcan @endcan
</td> </td>
</tr> </tr>