Add search for users

Change-Id: I4bb4b33819b66846645e2e7a3d38d3e837a5bcd8
This commit is contained in:
Michael Albert
2020-10-08 08:07:55 +02:00
parent 4324ebfdb8
commit 3d7c0bf67f
2 changed files with 4 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ import {
TextInput,
ReferenceField,
ReferenceManyField,
SearchInput,
SelectInput,
BulkDeleteButton,
DeleteButton,
@@ -98,6 +99,7 @@ const UserPagination = props => (
const UserFilter = props => (
<Filter {...props}>
<SearchInput source="name" alwaysOn />
<BooleanInput source="guests" alwaysOn />
<BooleanInput
label="resources.users.fields.show_deactivated"