Add raw sender uid in reports page. Fix #333.

This commit is contained in:
Ezwen
2023-02-06 13:13:37 +01:00
committed by GitHub
parent 9b43d41040
commit 2889c59a43
+1
View File
@@ -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" />