mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Standardize hidden key format
This commit is contained in:
parent
a19cef07bf
commit
3da49ceb60
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue