Reviewed-on: #19 Reviewed-by: Микаэл Оганесян <15lu.akari@unprism.ru> Co-authored-by: fisenko <kkzemeow@gmail.com> Co-committed-by: fisenko <kkzemeow@gmail.com>
This commit is contained in:
@@ -8,13 +8,10 @@ import {
|
||||
Earth,
|
||||
Landmark,
|
||||
GitBranch,
|
||||
// Car,
|
||||
Table,
|
||||
Split,
|
||||
// Newspaper,
|
||||
PersonStanding,
|
||||
Cpu,
|
||||
// BookImage,
|
||||
} from "lucide-react";
|
||||
|
||||
import carrierIcon from "./carrier.svg";
|
||||
@@ -57,12 +54,6 @@ export const NAVIGATION_ITEMS: {
|
||||
path: "/devices",
|
||||
for_admin: true,
|
||||
},
|
||||
// {
|
||||
// id: "vehicles",
|
||||
// label: "Транспорт",
|
||||
// icon: Car,
|
||||
// path: "/vehicle",
|
||||
// },
|
||||
{
|
||||
id: "users",
|
||||
label: "Пользователи",
|
||||
@@ -75,18 +66,6 @@ export const NAVIGATION_ITEMS: {
|
||||
label: "Справочник",
|
||||
icon: Table,
|
||||
nestedItems: [
|
||||
// {
|
||||
// id: "media",
|
||||
// label: "Медиа",
|
||||
// icon: BookImage,
|
||||
// path: "/media",
|
||||
// },
|
||||
// {
|
||||
// id: "articles",
|
||||
// label: "Статьи",
|
||||
// icon: Newspaper,
|
||||
// path: "/article",
|
||||
// },
|
||||
{
|
||||
id: "attractions",
|
||||
label: "Достопримечательности",
|
||||
@@ -124,7 +103,7 @@ export const NAVIGATION_ITEMS: {
|
||||
id: "carriers",
|
||||
label: "Перевозчики",
|
||||
// @ts-ignore
|
||||
icon: () => <img src={carrierIcon} alt="Перевозчики"/>,
|
||||
icon: () => <img src={carrierIcon} alt="Перевозчики" />,
|
||||
path: "/carrier",
|
||||
for_admin: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user