Skip to content

Commit 17b0ab3

Browse files
Merge pull request #4087 from kris6673/feat-add-edit-permissions
Feat: Add "Edit permissions" action to room management page
2 parents 2f6bd1d + c1c10e7 commit 17b0ab3

File tree

1 file changed

+7
-1
lines changed
  • src/pages/email/resources/management/list-rooms

1 file changed

+7
-1
lines changed

src/pages/email/resources/management/list-rooms/index.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Layout as DashboardLayout } from "/src/layouts/index.js";
22
import { CippTablePage } from "/src/components/CippComponents/CippTablePage.jsx";
33
import { Button } from "@mui/material";
44
import Link from "next/link";
5-
import { AddHomeWork, Edit, Block, LockOpen } from "@mui/icons-material";
5+
import { AddHomeWork, Edit, Block, LockOpen, Key } from "@mui/icons-material";
66
import { TrashIcon } from "@heroicons/react/24/outline";
77

88
const Page = () => {
@@ -16,6 +16,12 @@ const Page = () => {
1616
color: "info",
1717
condition: (row) => !row.isDirSynced,
1818
},
19+
{
20+
label: "Edit permissions",
21+
link: "/identity/administration/users/user/exchange?userId=[id]",
22+
color: "info",
23+
icon: <Key />,
24+
},
1925
{
2026
label: "Block Sign In",
2127
type: "POST",

0 commit comments

Comments
 (0)