mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Add table options also to userobjects view (closes #2573)
This commit is contained in:
@@ -72,11 +72,19 @@
|
||||
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<table id="userobjects-table"
|
||||
class="table table-sm table-striped nowrap w-100">
|
||||
<table id="userobjects-table-{{$userentity->id}}"
|
||||
class="table table-sm table-striped nowrap w-100 userobjects-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="border-right d-print-none"></th>
|
||||
<th class="border-right d-print-none">
|
||||
<a class="text-muted change-table-columns-visibility-button"
|
||||
data-toggle="tooltip"
|
||||
data-toggle="tooltip"
|
||||
title="{{ $__t('Table options') }}"
|
||||
data-table-selector="#userobjects-table-{{$userentity->id}}"
|
||||
href="#"><i class="fa-solid fa-eye"></i>
|
||||
</a>
|
||||
</th>
|
||||
|
||||
@include('components.userfields_thead', array(
|
||||
'userfields' => $userfields
|
||||
|
Reference in New Issue
Block a user