Add sidebar menu
This commit is contained in:
parent
029947f1cc
commit
b86dd2a821
|
|
@ -25,25 +25,23 @@ const sidebarMenus: SidebarMenu[] = [
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Blog",
|
label: "Reseller Office 365",
|
||||||
icon: "TbNotebook",
|
icon: "TbBuildingStore",
|
||||||
color: "green",
|
color: "red",
|
||||||
|
allowedPermissions: ["*"],
|
||||||
children: [
|
children: [
|
||||||
{ label: "Posts", link: "#" },
|
{
|
||||||
{ label: "Categories", link: "#" },
|
label: "Request Link",
|
||||||
{ label: "Tags", link: "#" },
|
link: "/reseller-office-365/request",
|
||||||
],
|
allowedRoles: ["*"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Products",
|
label: "Respond Request Link",
|
||||||
icon: "TbShoppingBag",
|
link: "#",
|
||||||
color: "cyan",
|
allowedRoles: ["*"]
|
||||||
},
|
}
|
||||||
{
|
]
|
||||||
label: "Banners",
|
}
|
||||||
icon: "TbPhotoFilled",
|
|
||||||
color: "indigo",
|
|
||||||
},
|
|
||||||
];
|
];
|
||||||
|
|
||||||
export default sidebarMenus;
|
export default sidebarMenus;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user