mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Fix hide/view columns dialog did not work on pages with more than 1 table (references #1058)
This commit is contained in:
@@ -66,8 +66,8 @@
|
||||
class="table table-sm table-striped nowrap w-100">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="border-right"><a id="change-table-columns-visibility"
|
||||
class="text-muted"
|
||||
<th class="border-right"><a class="text-muted change-table-columns-visibility-button"
|
||||
data-toggle="tooltip"
|
||||
data-toggle="tooltip"
|
||||
title="{{ $__t('Hide/view columns') }}"
|
||||
data-table-selector="#userentities-table"
|
||||
|
Reference in New Issue
Block a user