MIF_E31212371/resources/menu/verticalMenu.json

72 lines
1.6 KiB
JSON

{
"menu": [
{
"url": "/dashboard",
"name": "Dashboard",
"icon": "menu-icon tf-icons bx bx-home-circle",
"slug": "dashboards-analytics",
"roles": ["Siswa"]
},
{
"url": "tables/placement",
"icon": "menu-icon tf-icons bx bx-edit",
"name": "Placement Tes",
"slug": "placement",
"roles": ["Siswa"]
},
{
"url": "tables/classification",
"icon": "menu-icon tf-icons bx bx-detail",
"name": "Classification",
"slug": "classification"
},
{
"url": "tables/tutor",
"icon": "menu-icon tf-icons bx bx-table",
"name": "Tutor",
"slug": "tutor"
},
{
"url": "tables/student",
"icon": "menu-icon tf-icons bx bx-table",
"name": "Student",
"slug": "student"
},
{
"url": "tables/kartukendali",
"icon": "menu-icon tf-icons bx bx-food-menu",
"name": "Kartu Kendali",
"slug": "kartukendali",
"roles": ["Siswa"]
},
{
"url": "tables/jadwal",
"icon": "menu-icon tf-icons bx bx-food-menu",
"name": "Jadwal",
"slug": "jadwal",
"roles": ["Siswa"]
},
{
"url": "tables/quiz",
"icon": "menu-icon tf-icons bx bx-edit",
"name": "Quiz",
"slug": "quiz",
"roles": ["Siswa"]
},
{
"url": "tables/nilai",
"icon": "menu-icon tf-icons bx bxs-graduation",
"name": "Nilai",
"slug": "nilai",
"roles": ["Siswa"]
},
{
"url": "tables/sertifikat",
"icon": "menu-icon tf-icons bx bx-file",
"name": "Sertifikat",
"slug": "sertifikat",
"roles": ["Siswa"]
}
]
}