import ChartBarIcon from '@heroicons/react/24/solid/ChartBarIcon';
import CogIcon from '@heroicons/react/24/solid/CogIcon';
import ChatBubbleLeftRightIcon from '@heroicons/react/24/solid/ChatBubbleLeftRightIcon'
import RectangleGroupIcon from '@heroicons/react/24/solid/RectangleGroupIcon'
import ArrowDownOnSquareStackIcon from '@heroicons/react/24/solid/ArrowDownOnSquareStackIcon'
import UserGroupIcon from '@heroicons/react/24/solid/UserGroupIcon'
import KeyIcon from '@heroicons/react/24/solid/KeyIcon'
import CpuChip from '@heroicons/react/24/solid/CpuChipIcon';
import { SvgIcon } from '@mui/material';
import FolderIcon from '@heroicons/react/24/solid/FolderIcon';
import ShieldCheckIcon from '@heroicons/react/24/solid/ShieldCheckIcon';
import EnvelopeIcon from '@heroicons/react/24/solid/EnvelopeIcon';
import UserIcon from '@heroicons/react/24/solid/UserIcon';
import BuildingOffice2Icon from '@heroicons/react/24/solid/BuildingOffice2Icon';
import BookOpenIcon from '@heroicons/react/24/solid/BookOpenIcon';
import CommandLineIcon from '@heroicons/react/24/solid/CommandLineIcon';
import DocumentMagnifyingGlassIcon from '@heroicons/react/24/solid/DocumentMagnifyingGlassIcon';
import MapIcon from '@heroicons/react/24/solid/MapIcon';
export const items = [
{
title: 'Overview',
path: '/',
icon: (
)
},
{
title: 'Devices',
path: '/devices',
icon: (
)
},
{
title: 'Credentials',
path: '/credentials',
icon: (
)
},
{
title: 'Users',
path: '/access-control/users',
icon: (
)
},
{
title: 'Settings',
path: '/settings',
icon: (
)
},
{
title: 'Docs',
path: 'https://docs.oktopus.app.br',
icon: (
),
external: true,
}
// {
// title: 'Mass Actions',
// icon: (
//
//
//
// ),
// disabled: true,
// children: [
// {
// title: 'Firmware Update',
// icon: (
//
//
//
// ),
// disabled: true
// },
// {
// title: 'Message',
// disabled: true,
// icon: (
//
//
//
// )
// },
// ]
// },
// {
// title: 'Scripts',
// disabled: true,
// icon: (
//
//
//
// )
// },
// {
// title: "Map",
// icon: (
//
//
//
// ),
// disabled: true,
// },
// {
// title: 'Access Control',
// disabled: true,
// icon: (
//
//
//
// ),
// children: [
// {
// title: 'Tenants',
// disabled: true,
// icon: (
//
//
//
// )
// },
// {
// title: 'Roles',
// disabled: true,
// icon: (
//
//
//
// )
// },
// ]
// },
// {
// title: 'File Server',
// disabled: true,
// icon: (
//
//
//
// )
// },
// {
// title: "Audit Trail",
// disabled: true,
// icon: (
//
//
//
// ),
// }
];
/*
{
title: 'Customers',
path: '/customers',
icon: (
)
},
{
title: 'Account',
path: '/account',
icon: (
)
},
{
title: 'Register',
path: '/auth/register',
icon: (
)
},
{
title: 'Login',
path: '/auth/login',
icon: (
)
},
{
title: 'Companies',
path: '/companies',
icon: (
)
},
{
title: 'Error',
path: '/404',
icon: (
)
}
*/