mirror of
https://github.com/grocy/grocy.git
synced 2025-04-30 10:05:45 +00:00
Forgot to save...
This commit is contained in:
parent
dd8fa5ff66
commit
22e9e4e311
@ -312,7 +312,7 @@ if (Grocy.EditMode === 'create')
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var quConversionsTable = $('#qu-conversions-table').DataTable({
|
var quConversionsTable = $('#qu-conversions-table-products').DataTable({
|
||||||
'order': [[1, 'asc']],
|
'order': [[1, 'asc']],
|
||||||
"orderFixed": [[4, 'asc']],
|
"orderFixed": [[4, 'asc']],
|
||||||
'columnDefs': [
|
'columnDefs': [
|
||||||
|
@ -510,7 +510,7 @@
|
|||||||
<th class="border-right"><a class="text-muted change-table-columns-visibility-button"
|
<th class="border-right"><a class="text-muted change-table-columns-visibility-button"
|
||||||
data-toggle="tooltip"
|
data-toggle="tooltip"
|
||||||
title="{{ $__t('Hide/view columns') }}"
|
title="{{ $__t('Hide/view columns') }}"
|
||||||
data-table-selector="#qu-conversions-table"
|
data-table-selector="#qu-conversions-table-products"
|
||||||
href="#"><i class="fas fa-eye"></i></a>
|
href="#"><i class="fas fa-eye"></i></a>
|
||||||
</th>
|
</th>
|
||||||
<th>{{ $__t('Quantity unit from') }}</th>
|
<th>{{ $__t('Quantity unit from') }}</th>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user