mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2025-11-22 08:11:36 +00:00
Add search for users
Change-Id: I4bb4b33819b66846645e2e7a3d38d3e837a5bcd8
This commit is contained in:
parent
4324ebfdb8
commit
3d7c0bf67f
2 changed files with 4 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue