mirror of
https://github.com/etkecc/synapse-admin.git
synced 2025-05-05 02:22:55 +03:00
Add creation timestamp and consent version to UserEdit
Add information about the user to UserEdit - creation timestamp - consent version
This commit is contained in:
parent
168e249296
commit
627f3d2917
4 changed files with 19 additions and 0 deletions
src/components
|
@ -159,6 +159,19 @@ export const UserEdit = props => (
|
|||
source="deactivated"
|
||||
helperText="resources.users.helper.deactivate"
|
||||
/>
|
||||
<DateField
|
||||
source="creation_ts"
|
||||
showTime
|
||||
options={{
|
||||
year: "numeric",
|
||||
month: "2-digit",
|
||||
day: "2-digit",
|
||||
hour: "2-digit",
|
||||
minute: "2-digit",
|
||||
second: "2-digit",
|
||||
}}
|
||||
/>
|
||||
<TextField source="consent_version" />
|
||||
<ArrayInput source="threepids">
|
||||
<SimpleFormIterator>
|
||||
<SelectInput
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue