mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2024-11-09 16:24:51 +00:00
Show topic in room basic view
This commit is contained in:
parent
3a34c03509
commit
3116b4e07a
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ export const RoomShow = props => {
|
|||
<Tab label="synapseadmin.rooms.tabs.basic" icon={<ViewListIcon />}>
|
||||
<TextField source="room_id" />
|
||||
<TextField source="name" />
|
||||
<TextField source="topic" />
|
||||
<TextField source="canonical_alias" />
|
||||
<ReferenceField source="creator" reference="users">
|
||||
<TextField source="id" />
|
||||
|
|
Loading…
Reference in a new issue