overall updates
This commit is contained in:
@@ -23,6 +23,7 @@ import {
|
||||
SettingOutlined
|
||||
} from '@ant-design/icons';
|
||||
import { Path } from 'leaflet';
|
||||
import { LocationOnOutlined } from '@mui/icons-material';
|
||||
|
||||
// icons
|
||||
const icons = {
|
||||
@@ -56,12 +57,19 @@ const nearle = {
|
||||
icon: AiOutlineDashboard
|
||||
},
|
||||
{
|
||||
id: 'customers',
|
||||
title: <FormattedMessage id="Customers" />,
|
||||
id: 'locations',
|
||||
title: <FormattedMessage id="Locations" />,
|
||||
type: 'item',
|
||||
url: '/nearle/customers',
|
||||
icon: icons.UserOutlined
|
||||
url: '/nearle/locations',
|
||||
icon: LocationOnOutlined
|
||||
},
|
||||
// {
|
||||
// id: 'customers',
|
||||
// title: <FormattedMessage id="Customers" />,
|
||||
// type: 'item',
|
||||
// url: '/nearle/customers',
|
||||
// icon: icons.UserOutlined
|
||||
// },
|
||||
{
|
||||
id: 'reports',
|
||||
title: <FormattedMessage id="Reports" />,
|
||||
|
||||
Reference in New Issue
Block a user