forked from ddrilling/asb_cloud_front
Commented 'Telemetry operations' main menu tab
This commit is contained in:
parent
68ef0e8e9d
commit
945b119500
@ -6,7 +6,7 @@ import {
|
||||
FilePdfOutlined,
|
||||
DatabaseOutlined,
|
||||
ExperimentOutlined,
|
||||
FundProjectionScreenOutlined
|
||||
//FundProjectionScreenOutlined
|
||||
} from "@ant-design/icons";
|
||||
import { Link, Redirect, Route, Switch, useParams } from "react-router-dom";
|
||||
import TelemetryView from "./TelemetryView";
|
||||
@ -51,9 +51,9 @@ export default function Well() {
|
||||
<PrivateMenuItem key="archive" icon={<DatabaseOutlined />}>
|
||||
<Link to={`${rootPath}/archive`}>Архив</Link>
|
||||
</PrivateMenuItem>
|
||||
<PrivateMenuItem key="telemetryAnalysis" icon={<FundProjectionScreenOutlined />}>
|
||||
{/* <PrivateMenuItem key="telemetryAnalysis" icon={<FundProjectionScreenOutlined />}>
|
||||
<Link to={`${rootPath}/telemetryAnalysis/depthToDay`}>Операции по телеметрии</Link>
|
||||
</PrivateMenuItem>
|
||||
</PrivateMenuItem> */}
|
||||
<SubMenu
|
||||
key="document"
|
||||
title={
|
||||
|
Loading…
Reference in New Issue
Block a user