truncate control for index
This commit is contained in:
parent
f755efa947
commit
d9218eff7f
@ -78,9 +78,9 @@
|
|||||||
|
|
||||||
<x-table.td class="w-3/12" hidden-mobile>
|
<x-table.td class="w-3/12" hidden-mobile>
|
||||||
<x-slot name="first" class="flex" override="class">
|
<x-slot name="first" class="flex" override="class">
|
||||||
<div class="font-bold truncate">
|
<span class="font-bold">
|
||||||
<x-date date="{{ $item->created_at }}" />
|
<x-date date="{{ $item->created_at }}" />
|
||||||
</div>
|
</span>
|
||||||
|
|
||||||
@if (! $item->reconciled)
|
@if (! $item->reconciled)
|
||||||
<x-index.disable text="{{ trans('reconciliations.in_progress') }}" />
|
<x-index.disable text="{{ trans('reconciliations.in_progress') }}" />
|
||||||
|
@ -81,9 +81,9 @@
|
|||||||
|
|
||||||
<x-table.td class="w-8/12 sm:w-4/12">
|
<x-table.td class="w-8/12 sm:w-4/12">
|
||||||
<x-slot name="first" class="flex" override="class">
|
<x-slot name="first" class="flex" override="class">
|
||||||
<div class="font-bold truncate">
|
<span class="font-bold">
|
||||||
{{ $item->name }}
|
{{ $item->name }}
|
||||||
</div>
|
</span>
|
||||||
|
|
||||||
@if (! $item->enabled)
|
@if (! $item->enabled)
|
||||||
<x-index.disable text="{{ trans_choice('general.companies', 1) }}" />
|
<x-index.disable text="{{ trans_choice('general.companies', 1) }}" />
|
||||||
|
@ -58,9 +58,9 @@
|
|||||||
|
|
||||||
<x-table.td class="w-6/12 sm:w-4/12">
|
<x-table.td class="w-6/12 sm:w-4/12">
|
||||||
<x-slot name="first" class="flex" override="class">
|
<x-slot name="first" class="flex" override="class">
|
||||||
<div class="font-bold truncate">
|
<span class="font-bold">
|
||||||
{{ $item->name }}
|
{{ $item->name }}
|
||||||
</div>
|
</span>
|
||||||
|
|
||||||
@if (! $item->enabled)
|
@if (! $item->enabled)
|
||||||
<x-index.disable text="{{ trans_choice('general.currencies', 1) }}" />
|
<x-index.disable text="{{ trans_choice('general.currencies', 1) }}" />
|
||||||
|
@ -73,9 +73,9 @@
|
|||||||
|
|
||||||
<x-table.td class="w-5/12">
|
<x-table.td class="w-5/12">
|
||||||
<x-slot name="first" class="flex" override="class">
|
<x-slot name="first" class="flex" override="class">
|
||||||
<div class="font-bold truncate">
|
<span class="font-bold">
|
||||||
{{ $item->name }}
|
{{ $item->name }}
|
||||||
</div>
|
</span>
|
||||||
|
|
||||||
@if (! $item->enabled)
|
@if (! $item->enabled)
|
||||||
<x-index.disable text="{{ trans_choice('general.tax_rates', 1) }}" />
|
<x-index.disable text="{{ trans_choice('general.tax_rates', 1) }}" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user