mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 14:27:33 -08:00
changes the table header Serial to Product Key
This commit is contained in:
parent
1455331a90
commit
fdaa44654d
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
<!-- Serial -->
|
<!-- Serial -->
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="col-sm-2 control-label">{{ trans('admin/hardware/form.serial') }}</label>
|
<label class="col-sm-2 control-label">{{ trans('admin/licenses/form.license_key') }}</label>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<p class="form-control-static">
|
<p class="form-control-static">
|
||||||
@can('viewKeys', $licenseSeat->license)
|
@can('viewKeys', $licenseSeat->license)
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
|
|
||||||
<!-- Serial -->
|
<!-- Serial -->
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="col-sm-3 control-label">{{ trans('admin/hardware/form.serial') }}</label>
|
<label class="col-sm-3 control-label">{{ trans('admin/licenses/form.license_key') }}</label>
|
||||||
<div class="col-md-9">
|
<div class="col-md-9">
|
||||||
<p class="form-control-static" style="word-wrap: break-word;">
|
<p class="form-control-static" style="word-wrap: break-word;">
|
||||||
@can('viewKeys', $license)
|
@can('viewKeys', $license)
|
||||||
|
|
|
@ -727,7 +727,7 @@
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="col-md-5">{{ trans('general.name') }}</th>
|
<th class="col-md-5">{{ trans('general.name') }}</th>
|
||||||
<th>{{ trans('admin/hardware/form.serial') }}</th>
|
<th>{{ trans('admin/licenses/form.license_key') }}</th>
|
||||||
<th data-footer-formatter="sumFormatter" data-fieldname="purchase_cost">{{ trans('general.purchase_cost') }}</th>
|
<th data-footer-formatter="sumFormatter" data-fieldname="purchase_cost">{{ trans('general.purchase_cost') }}</th>
|
||||||
<th>{{ trans('admin/licenses/form.purchase_order') }}</th>
|
<th>{{ trans('admin/licenses/form.purchase_order') }}</th>
|
||||||
<th>{{ trans('general.order_number') }}</th>
|
<th>{{ trans('general.order_number') }}</th>
|
||||||
|
|
Loading…
Reference in a new issue