Untitled
unknown
plain_text
a year ago
2.3 kB
12
Indexable
export default [
{
title: 'Dashboard',
icon: { icon: 'HomeIcon' },
to: { name: 'root' },
},
{
title: 'Master',
icon: { icon: 'tabler-smart-home' },
children: [
{
title: 'Approval Dashboard',
to: { name: 'root' },
icon: { icon: 'CreditCardIcon' },
},
{
title: 'Calendar Application',
to: { name: 'root' },
icon: { icon: 'CalendarIcon' },
},
{
title: 'Mobile Attendance',
to: { name: 'root' },
},
],
},
{
title: 'Setup',
icon: { icon: 'tabler-smart-home-off' },
children: [
{
title: 'HR Announcement',
to: { name: 'root' },
},
],
},
{
title: 'Development',
icon: { icon: 'tabler-settings' },
children: [
{
title: 'Task',
to: { name: 'root' },
icon: { icon: 'BoxIcon' },
},
{
title: 'Kanban',
to: { name: 'root' },
icon: { icon: 'BoxIcon' },
},
{
title: 'Project Note',
to: { name: 'root' },
icon: { icon: 'BoxIcon' },
},
{
title: 'Note',
to: { name: 'root' },
icon: { icon: 'BoxIcon' },
},
{
title: 'Dev Field',
to: { name: 'root' },
icon: { icon: 'BoxIcon' },
},
{
title: 'Dev Report',
to: { name: 'root' },
icon: { icon: 'BoxIcon' },
},
{
title: 'Dev Dashboard',
to: { name: 'root' },
icon: { icon: 'BoxIcon' },
},
{
title: 'Dev Pre-Report',
to: { name: 'root' },
icon: { icon: 'BoxIcon' },
},
{
title: 'Dev Menu',
to: { name: 'root' },
icon: { icon: 'BoxIcon' },
},
{
title: 'Dev Company',
to: { name: 'root' },
icon: { icon: 'BoxIcon' },
},
{
title: 'Dev Comp Setting',
to: { name: 'root' },
icon: { icon: 'BoxIcon' },
},
{
title: 'Dev Module',
to: { name: 'root' },
icon: { icon: 'BoxIcon' },
},
{
title: 'Dev Help',
to: { name: 'root' },
icon: { icon: 'BoxIcon' },
},
],
},
];
Editor is loading...
Leave a Comment