styling; Map page is now at /; enable password reset page
This commit is contained in:
@ -47,7 +47,7 @@ const pages = [
|
||||
component: <PasswordReset />,
|
||||
drawer: false,
|
||||
dashboard: false,
|
||||
enabled: false,
|
||||
enabled: true,
|
||||
},
|
||||
{
|
||||
label: "Настройки",
|
||||
@ -61,8 +61,10 @@ const pages = [
|
||||
{
|
||||
label: "Главная",
|
||||
path: "/",
|
||||
icon: <Home24Color />,
|
||||
component: <Main />,
|
||||
icon: <Map24Filled />,
|
||||
component: <MapTest />,
|
||||
// icon: <Home24Color />,
|
||||
// component: <Main />,
|
||||
drawer: true,
|
||||
dashboard: true,
|
||||
enabled: true,
|
||||
@ -121,15 +123,15 @@ const pages = [
|
||||
dashboard: true,
|
||||
enabled: true,
|
||||
},
|
||||
{
|
||||
label: "ИКС",
|
||||
path: "/map-test",
|
||||
icon: <Map24Filled />,
|
||||
component: <MapTest />,
|
||||
drawer: true,
|
||||
dashboard: true,
|
||||
enabled: true,
|
||||
},
|
||||
// {
|
||||
// label: "ИКС",
|
||||
// path: "/map-test",
|
||||
// icon: <Map24Filled />,
|
||||
// component: <MapTest />,
|
||||
// drawer: true,
|
||||
// dashboard: true,
|
||||
// enabled: true,
|
||||
// },
|
||||
{
|
||||
label: "Map line test",
|
||||
path: "/map-line-test",
|
||||
|
Reference in New Issue
Block a user