update: customization of menu sidebar to match ui/ux order
This commit is contained in:
parent
5edf918a9b
commit
944719b5a4
|
|
@ -14,6 +14,13 @@ const sidebarMenus: SidebarMenu[] = [
|
|||
link: "/users",
|
||||
color: "red",
|
||||
},
|
||||
{
|
||||
label: "Manajemen Aspek",
|
||||
icon: { tb: "TbClipboardText" },
|
||||
allowedPermissions: ["permissions.read"],
|
||||
link: "/aspect",
|
||||
color: "blue",
|
||||
},
|
||||
{
|
||||
label: "Manajemen Pertanyaan",
|
||||
icon: { tb: "TbChecklist" },
|
||||
|
|
@ -28,13 +35,6 @@ const sidebarMenus: SidebarMenu[] = [
|
|||
link: "/assessmentRequest",
|
||||
color: "green",
|
||||
},
|
||||
{
|
||||
label: "Manajemen Aspek",
|
||||
icon: { tb: "TbClipboardText" },
|
||||
allowedPermissions: ["permissions.read"],
|
||||
link: "/aspect",
|
||||
color: "blue",
|
||||
},
|
||||
{
|
||||
label: "Manajemen Permohonan Asesmen",
|
||||
icon: { tb: "TbReport" },
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user