feat: reorder File Attachments menu item in tenant admin sidebar
This commit is contained in:
parent
68173ac28a
commit
9647e3e632
@ -99,6 +99,19 @@ const tenantAdminPlatformMenu: MenuItem[] = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
const tenantAdminPlatformServiceMenu: MenuItem[] = [
|
const tenantAdminPlatformServiceMenu: MenuItem[] = [
|
||||||
|
{
|
||||||
|
icon: Paperclip,
|
||||||
|
label: "File Attachments",
|
||||||
|
isGroup: true,
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
label: "Files List",
|
||||||
|
path: "/tenant/files",
|
||||||
|
requiredPermission: { resource: "files" },
|
||||||
|
},
|
||||||
|
],
|
||||||
|
requiredPermission: { resource: "files" },
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: GitBranch,
|
icon: GitBranch,
|
||||||
label: "Workflows",
|
label: "Workflows",
|
||||||
@ -145,19 +158,6 @@ const tenantAdminPlatformServiceMenu: MenuItem[] = [
|
|||||||
],
|
],
|
||||||
requiredPermission: { resource: "document" },
|
requiredPermission: { resource: "document" },
|
||||||
},
|
},
|
||||||
{
|
|
||||||
icon: Paperclip,
|
|
||||||
label: "File Attachments",
|
|
||||||
isGroup: true,
|
|
||||||
children: [
|
|
||||||
{
|
|
||||||
label: "Files List",
|
|
||||||
path: "/tenant/files",
|
|
||||||
requiredPermission: { resource: "files" },
|
|
||||||
},
|
|
||||||
],
|
|
||||||
requiredPermission: { resource: "files" },
|
|
||||||
},
|
|
||||||
{ icon: Package, label: "Modules", path: "/tenant/modules" },
|
{ icon: Package, label: "Modules", path: "/tenant/modules" },
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user