feat(FE) : setting access page master
This commit is contained in:
@@ -0,0 +1,94 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Dashboards",
|
||||
"url": "#",
|
||||
"level": 1,
|
||||
"icon": "",
|
||||
"role": []
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "Dashboard",
|
||||
"url": "/dashboard",
|
||||
"level": 2,
|
||||
"parent": 1,
|
||||
"icon": "widget-add-line-duotone",
|
||||
"role": [
|
||||
"Writer",
|
||||
"superadmin"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "Antrean",
|
||||
"url": "#",
|
||||
"level": 1,
|
||||
"icon": "",
|
||||
"role": []
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"name": "Semua",
|
||||
"url": "/antrean/all",
|
||||
"level": 2,
|
||||
"parent": 3,
|
||||
"icon": "list-check-line-duotone",
|
||||
"role": [
|
||||
"admin",
|
||||
"Writer"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"name": "Kategori",
|
||||
"url": "/antrean/list-kategori",
|
||||
"level": 2,
|
||||
"parent": 3,
|
||||
"icon": "layers-minimalistic-line-duotone",
|
||||
"role": [
|
||||
"Writer"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"name": "Spesialis",
|
||||
"url": "/antrean/list-spesialis",
|
||||
"level": 2,
|
||||
"parent": 3,
|
||||
"icon": "users-group-rounded-line-duotone",
|
||||
"role": [
|
||||
"Writer",
|
||||
"superadmin"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"name": "pengaturan",
|
||||
"url": "#",
|
||||
"level": 1,
|
||||
"role": []
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"name": "Halaman",
|
||||
"url": "/setting/halaman",
|
||||
"level": 2,
|
||||
"parent": 7,
|
||||
"icon": "shield-user-line-duotone",
|
||||
"role": [
|
||||
"superadmin"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"name": "User",
|
||||
"url": "/setting/user",
|
||||
"level": 2,
|
||||
"parent": 7,
|
||||
"icon": "user-id-line-duotone",
|
||||
"role": [
|
||||
"superadmin"
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user