mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Small visual/space improvements/changes on recipes and equipment page
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
var equipmentTable = $('#equipment-table').DataTable({
|
||||
'paginate': false,
|
||||
'order': [[1, 'asc']],
|
||||
'columnDefs': [
|
||||
{ 'orderable': false, 'targets': 0 }
|
||||
],
|
||||
'order': [[0, 'asc']],
|
||||
'language': JSON.parse(L('datatables_localization')),
|
||||
'scrollY': false,
|
||||
'colReorder': true,
|
||||
|
Reference in New Issue
Block a user