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",
|
link: "/users",
|
||||||
color: "red",
|
color: "red",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: "Manajemen Aspek",
|
||||||
|
icon: { tb: "TbClipboardText" },
|
||||||
|
allowedPermissions: ["permissions.read"],
|
||||||
|
link: "/aspect",
|
||||||
|
color: "blue",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "Manajemen Pertanyaan",
|
label: "Manajemen Pertanyaan",
|
||||||
icon: { tb: "TbChecklist" },
|
icon: { tb: "TbChecklist" },
|
||||||
|
|
@ -28,13 +35,6 @@ const sidebarMenus: SidebarMenu[] = [
|
||||||
link: "/assessmentRequest",
|
link: "/assessmentRequest",
|
||||||
color: "green",
|
color: "green",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: "Manajemen Aspek",
|
|
||||||
icon: { tb: "TbClipboardText" },
|
|
||||||
allowedPermissions: ["permissions.read"],
|
|
||||||
link: "/aspect",
|
|
||||||
color: "blue",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Manajemen Permohonan Asesmen",
|
label: "Manajemen Permohonan Asesmen",
|
||||||
icon: { tb: "TbReport" },
|
icon: { tb: "TbReport" },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user