forked from ddrilling/asb_cloud_front
Comment WellDrillParams navigation before merge to master
This commit is contained in:
parent
c50cb29b33
commit
5a9a1993c1
@ -32,7 +32,7 @@
|
|||||||
"react_test": "react-scripts test",
|
"react_test": "react-scripts test",
|
||||||
"eject": "react-scripts eject"
|
"eject": "react-scripts eject"
|
||||||
},
|
},
|
||||||
"proxy": "http://192.168.1.58:5000",
|
"proxy": "http://192.168.1.70:5000",
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": [
|
"extends": [
|
||||||
"react-app",
|
"react-app",
|
||||||
|
@ -36,9 +36,9 @@ export default function WellOperations({idWell}) {
|
|||||||
<Menu.Item key="fact" icon={<FolderOutlined />}>
|
<Menu.Item key="fact" icon={<FolderOutlined />}>
|
||||||
<Link to={`${rootPath}/fact`}>Факт</Link>
|
<Link to={`${rootPath}/fact`}>Факт</Link>
|
||||||
</Menu.Item>
|
</Menu.Item>
|
||||||
<Menu.Item key="params" icon={<FolderOutlined />}>
|
{/* <Menu.Item key="params" icon={<FolderOutlined />}>
|
||||||
<Link to={`${rootPath}/params`}>Режимы</Link>
|
<Link to={`${rootPath}/params`}>Режимы</Link>
|
||||||
</Menu.Item>
|
</Menu.Item> */}
|
||||||
<ImportExportBar idWell={idWell} onImported={onImported}/>
|
<ImportExportBar idWell={idWell} onImported={onImported}/>
|
||||||
</Menu>
|
</Menu>
|
||||||
<Layout>
|
<Layout>
|
||||||
|
Loading…
Reference in New Issue
Block a user