From 877306b876a59662963b15bc81ac67643175a505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A4=D1=80=D0=BE=D0=BB=D0=BE=D0=B2?= Date: Fri, 20 Aug 2021 16:33:56 +0500 Subject: [PATCH] Add icons to menu --- src/pages/Well.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/Well.jsx b/src/pages/Well.jsx index 25554cb..834baa6 100644 --- a/src/pages/Well.jsx +++ b/src/pages/Well.jsx @@ -1,5 +1,5 @@ import { Layout, Menu } from "antd"; -import { FolderOutlined, FundViewOutlined } from "@ant-design/icons"; +import { FolderOutlined, FundViewOutlined, AlertOutlined, FilePdfOutlined, DatabaseOutlined } from "@ant-design/icons"; import { Link, Redirect, Route, Switch, useParams } from "react-router-dom"; import TelemetryView from "./TelemetryView"; import Messages from "./Messages"; @@ -25,10 +25,10 @@ export default function Well() { }> Мониторинг - }> + }> Сообщения - }> + }> Рапорт }> @@ -36,7 +36,7 @@ export default function Well() { Операции по скважине - }> + }> Архив