From 04bd79d56316ddeffeffecc534a966e01eb4c9db Mon Sep 17 00:00:00 2001 From: goodmice Date: Wed, 28 Dec 2022 11:39:35 +0500 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D1=81=D1=81=D1=8B=D0=BB=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BC=D0=BE=D0=BD=D0=B8=D1=82=D0=BE=D1=80=D0=B8?= =?UTF-8?q?=D0=BD=D0=B3=20=D0=B2=20=D0=BC=D0=B5=D0=BD=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Well/WellNavigationMenu.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/Well/WellNavigationMenu.jsx b/src/pages/Well/WellNavigationMenu.jsx index 60df78f..33836b0 100644 --- a/src/pages/Well/WellNavigationMenu.jsx +++ b/src/pages/Well/WellNavigationMenu.jsx @@ -3,7 +3,6 @@ import { AlertOutlined, BarChartOutlined, BuildOutlined, - ControlOutlined, DeploymentUnitOutlined, ExperimentOutlined, FilePdfOutlined, @@ -17,7 +16,7 @@ import { makeItem, PrivateMenu } from '@components/PrivateMenu' export const menuItems = [ makeItem('Телеметрия', 'telemetry', [], , [ - makeItem('Мониторинг', 'telemetry', [], ), + makeItem('Мониторинг', 'monitoring', [], ), makeItem('Сообщения', 'messages', [], ), makeItem('ННБ', 'dashboard_nnb', [], ), makeItem('Операции', 'operations', [], ),