Files
luos/resources/assets/js/mocks/menu.json
2020-12-02 19:46:17 +00:00

130 lines
2.5 KiB
JSON

[
{
"header": true,
"title": "Home",
"hiddenOnCollapse": true
},
{
"href": "/",
"title": "My Cases",
"icon": "fas fa-sliders-h"
},
{
"href": "/advanced-search",
"title": "Advanced Search",
"icon": "fas fa-search"
},
{
"header": true,
"title": "Tasks",
"hiddenOnCollapse": true
},
{
"href": "/todo",
"title": "Todo",
"icon": "far fa-check-circle",
"badge": {
"text": "23",
"class": "badge-custom"
}
},
{
"href": "/draft",
"title": "Draft",
"icon": "far fa-edit",
"badge": {
"text": "1",
"class": "badge-custom"
}
},
{
"href": "/paused",
"title": "Paused",
"icon": "far fa-pause-circle",
"badge": {
"text": "7",
"class": "badge-custom"
}
},
{
"href": "/unassigned",
"title": "Unassigned",
"icon": "fas fa-crosshairs",
"badge": {
"text": "99+",
"class": "badge-custom"
}
},
{
"header": true,
"title": "Supervisor Tasks",
"hiddenOnCollapse": true
},
{
"href": "/batch-routing",
"title": "Batch Routing",
"icon": "fas fa-bars",
"disabled": true
},
{
"href": "/task-Reassignments",
"title": "Task Reassignments",
"icon": "fas fa-arrows-alt"
},
{
"href": "/page",
"title": "Dropdown Page",
"icon": "fa fa-list-ul",
"child": [
{
"href": "/page/sub-page-1",
"title": "Sub Page 01",
"icon": "fa fa-file-alt"
},
{
"href": "/page/sub-page-2",
"title": "Sub Page 02",
"icon": "fa fa-file-alt"
}
]
},
{
"title": "Multiple Level",
"icon": "fa fa-list-alt",
"child": [
{
"title": "page"
},
{
"title": "Level 2 ",
"child": [
{
"title": "page"
},
{
"title": "Page"
}
]
},
{
"title": "Page"
},
{
"title": "Another Level 2",
"child": [
{
"title": "Level 3",
"child": [
{
"title": "Page"
},
{
"title": "Page"
}
]
}
]
}
]
}
]