Add raw sender uid in reports page. Fix #333.
This commit is contained in:
parent
9b43d41040
commit
2889c59a43
@ -79,6 +79,7 @@ export const ReportShow = props => {
|
||||
<ReferenceField source="sender" reference="users">
|
||||
<TextField source="id" />
|
||||
</ReferenceField>
|
||||
<TextField source="sender" label="Sender (raw user ID)" />
|
||||
<TextField source="event_id" />
|
||||
<TextField source="event_json.origin" />
|
||||
<TextField source="event_json.type" />
|
||||
|
Loading…
Reference in New Issue
Block a user