mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Updated account licenses
This commit is contained in:
parent
3da49ceb60
commit
ec131a7416
|
@ -156,16 +156,21 @@
|
|||
</tr>
|
||||
@endif
|
||||
|
||||
@can('viewKeys', $license)
|
||||
|
||||
@if (!is_null($license->serial))
|
||||
<tr>
|
||||
<td>{{ trans('admin/licenses/form.license_key') }}</td>
|
||||
<td style="word-wrap: break-word;overflow-wrap: break-word;word-break: break-word;">
|
||||
@can('viewKeys', $license)
|
||||
{!! nl2br(e($license->serial)) !!}
|
||||
@else
|
||||
------------
|
||||
@endcan
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
@endif
|
||||
@endcan
|
||||
|
||||
|
||||
@if (!is_null($license->license_name))
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue