File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ class="table table-striped snipe-table"
3131 <th class =" col-sm-1" >{{ trans (' admin/licenses/form.seats' ) } } </th >
3232 <th class =" col-sm-1" >{{ trans (' admin/licenses/form.remaining_seats' ) } } </th >
3333 <th class =" col-sm-1" >{{ trans (' admin/licenses/form.expiration' ) } } </th >
34+ <th class =" col-sm-1" >{{ trans (' admin/licenses/form.termination_date' ) } } </th >
3435 <th class =" col-sm-1" >{{ trans (' general.purchase_date' ) } } </th >
3536 <th class =" col-sm-1 text-right" class =" col-sm-1" >{{ trans (' general.purchase_cost' ) } } </th >
3637 <th class =" col-sm-1" >{{ trans (' general.depreciation' ) } } </th >
@@ -54,6 +55,12 @@ class="table table-striped snipe-table"
5455 <td >{{ $license -> seats } } </td >
5556 <td >{{ $license -> remaincount () } } </td >
5657 <td >{{ $license -> expiration_date } } </td >
58+ <td >{{ $license -> termination_date } }
59+ @if ($license -> isTerminated () )
60+ <span class =" text-danger" >
61+ <x-icon type =" warning" class =" text-warning" />
62+ </span >
63+ @endif </td >
5764 <td >{{ $license -> purchase_date } } </td >
5865 <td class =" text-right" >
5966 {{ $snipeSettings -> default_currency } }{{ Helper:: formatCurrencyOutput ($license -> purchase_cost ) } }
You can’t perform that action at this time.
0 commit comments