update users table widths
All checks were successful
deploy / build-and-deploy (push) Successful in 20s
All checks were successful
deploy / build-and-deploy (push) Successful in 20s
This commit is contained in:
@@ -35,8 +35,8 @@
|
|||||||
{ key: 'lastname', label: 'Nachname', width: 15, sortable: true },
|
{ key: 'lastname', label: 'Nachname', width: 15, sortable: true },
|
||||||
{ key: 'birthday', label: 'Geburtstag', width: 5, sortable: true },
|
{ key: 'birthday', label: 'Geburtstag', width: 5, sortable: true },
|
||||||
{ key: 'telephone', label: 'Telefon', width: 12, sortable: true },
|
{ key: 'telephone', label: 'Telefon', width: 12, sortable: true },
|
||||||
{ key: 'username', label: 'Username', width: 10, sortable: true },
|
{ key: 'username', label: 'Username', width: 15, sortable: true },
|
||||||
{ key: 'edition', label: 'Edition', width: 10, sortable: true, transform: edition },
|
{ key: 'edition', label: 'Edition', width: 5, sortable: true, transform: edition },
|
||||||
{ key: 'uuid', label: 'UUID', width: 23 }
|
{ key: 'uuid', label: 'UUID', width: 23 }
|
||||||
]}
|
]}
|
||||||
onEdit={(user) => (editPopupUser = user)}
|
onEdit={(user) => (editPopupUser = user)}
|
||||||
|
|||||||
Reference in New Issue
Block a user