02122023
This commit is contained in:
@@ -11,7 +11,11 @@ import {
|
||||
MenuUnfoldOutlined,
|
||||
QuestionOutlined,
|
||||
SmileOutlined,
|
||||
StopOutlined
|
||||
StopOutlined,
|
||||
DashboardOutlined,
|
||||
ClockCircleOutlined,
|
||||
UserOutlined,
|
||||
SettingOutlined
|
||||
} from '@ant-design/icons';
|
||||
|
||||
// icons
|
||||
@@ -24,14 +28,18 @@ const icons = {
|
||||
SmileOutlined,
|
||||
GatewayOutlined,
|
||||
QuestionOutlined,
|
||||
DeploymentUnitOutlined
|
||||
DeploymentUnitOutlined,
|
||||
DashboardOutlined,
|
||||
ClockCircleOutlined,
|
||||
UserOutlined,
|
||||
SettingOutlined
|
||||
};
|
||||
|
||||
// ==============================|| MENU ITEMS - SUPPORT ||============================== //
|
||||
|
||||
const other = {
|
||||
id: 'other',
|
||||
title: <FormattedMessage id="others" />,
|
||||
title: <FormattedMessage id="MENU" />,
|
||||
type: 'group',
|
||||
children: [
|
||||
{
|
||||
@@ -39,7 +47,28 @@ const other = {
|
||||
title: <FormattedMessage id="Dashboard" />,
|
||||
type: 'item',
|
||||
url: '/dashboard',
|
||||
icon: icons.ChromeOutlined
|
||||
icon: icons.DashboardOutlined
|
||||
},
|
||||
{
|
||||
id: 'orders',
|
||||
title: <FormattedMessage id="Orders" />,
|
||||
type: 'item',
|
||||
url: '/orders',
|
||||
icon: icons.ClockCircleOutlined
|
||||
},
|
||||
{
|
||||
id: 'clients',
|
||||
title: <FormattedMessage id="Clients" />,
|
||||
type: 'item',
|
||||
url: '/clients',
|
||||
icon: icons.UserOutlined
|
||||
},
|
||||
{
|
||||
id: 'account',
|
||||
title: <FormattedMessage id="Settings" />,
|
||||
type: 'item',
|
||||
url: '/accountsettings',
|
||||
icon: icons.SettingOutlined
|
||||
},
|
||||
// {
|
||||
// id: 'documentation',
|
||||
|
||||
Reference in New Issue
Block a user