Comment WellDrillParams navigation before merge to master

This commit is contained in:
Фролов 2021-10-14 15:12:00 +05:00
parent c50cb29b33
commit 5a9a1993c1
2 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -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>