mirror of
https://github.com/grocy/grocy.git
synced 2025-10-12 16:44:55 +00:00
Make Userfields reorderable (closes #1134)
This commit is contained in:
@@ -92,6 +92,7 @@
|
||||
<th>{{ $__t('Name') }}</th>
|
||||
<th>{{ $__t('Caption') }}</th>
|
||||
<th>{{ $__t('Type') }}</th>
|
||||
<th>{{ $__t('Sort number') }}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="d-none">
|
||||
@@ -125,6 +126,9 @@
|
||||
<td>
|
||||
{{ $__t($userfield->type) }}
|
||||
</td>
|
||||
<td>
|
||||
{{ $userfield->sort_number }}
|
||||
</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
</tbody>
|
||||
|
Reference in New Issue
Block a user