mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 14:27:33 -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>{{ $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>
|
||||||
|
|
Loading…
Reference in a new issue