update users table widths
All checks were successful
deploy / build-and-deploy (push) Successful in 20s

This commit is contained in:
2025-10-15 18:45:19 +02:00
parent 951a2f14c4
commit 31ad9462cd

View File

@@ -35,8 +35,8 @@
{ key: 'lastname', label: 'Nachname', width: 15, sortable: true },
{ key: 'birthday', label: 'Geburtstag', width: 5, sortable: true },
{ key: 'telephone', label: 'Telefon', width: 12, sortable: true },
{ key: 'username', label: 'Username', width: 10, sortable: true },
{ key: 'edition', label: 'Edition', width: 10, sortable: true, transform: edition },
{ key: 'username', label: 'Username', width: 15, sortable: true },
{ key: 'edition', label: 'Edition', width: 5, sortable: true, transform: edition },
{ key: 'uuid', label: 'UUID', width: 23 }
]}
onEdit={(user) => (editPopupUser = user)}