add: domain in access and page
This commit is contained in:
@@ -32,6 +32,7 @@ export default function Pages() {
|
||||
? i + 1
|
||||
: i + pagesInfo.page_size * (pagesInfo.page - 1) + 1,
|
||||
getFaPermissions(item?.name),
|
||||
item?.domain?.fa_name || "-",
|
||||
item?.name,
|
||||
item?.permissions?.map((option: any) => option.name)?.join(" - "),
|
||||
<Popover key={i}>
|
||||
@@ -110,7 +111,7 @@ export default function Pages() {
|
||||
count={pagesData?.count || 10}
|
||||
isPaginated
|
||||
title="صفحات سامانه"
|
||||
columns={["ردیف", "صفحه", "کلید", "دسترسی ها", "عملیات"]}
|
||||
columns={["ردیف", "صفحه", "حوزه", "کلید", "دسترسی ها", "عملیات"]}
|
||||
rows={pagesTableData}
|
||||
/>
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user