Add page to show room details

Change-Id: Iec4f402c4322d775cc14c567069a3295ad383b44
This commit is contained in:
Manuel Stahl
2020-04-21 14:51:40 +02:00
parent 662735a91f
commit 375649756f
5 changed files with 43 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ import polyglotI18nProvider from "ra-i18n-polyglot";
import authProvider from "./synapse/authProvider";
import dataProvider from "./synapse/dataProvider";
import { UserList, UserCreate, UserEdit } from "./components/users";
import { RoomList, RoomCreate } from "./components/rooms";
import { RoomList, RoomCreate, RoomShow } from "./components/rooms";
import LoginPage from "./components/LoginPage";
import UserIcon from "@material-ui/icons/Group";
import { ViewListIcon as RoomIcon } from "@material-ui/icons/ViewList";
@@ -44,6 +44,7 @@ const App = () => (
name="rooms"
list={RoomList}
create={RoomCreate}
show={RoomShow}
icon={RoomIcon}
/>
<Resource name="connections" />