diff --git a/src/pages/Cluster/ClusterWells.jsx b/src/pages/Cluster/ClusterWells.jsx index fcb4360..f986c13 100644 --- a/src/pages/Cluster/ClusterWells.jsx +++ b/src/pages/Cluster/ClusterWells.jsx @@ -1,6 +1,7 @@ import { Link } from 'react-router-dom' import { useState, useEffect } from 'react' -import { Table, Tag, Button, Modal } from 'antd' +import { Tag, Button, Modal } from 'antd' +import { Table } from '../../components/Table' import { LineChartOutlined, ProfileOutlined } from '@ant-design/icons' import { makeTextColumn, diff --git a/src/pages/WellOperations/index.jsx b/src/pages/WellOperations/index.jsx index 02a7b4f..cb5283d 100644 --- a/src/pages/WellOperations/index.jsx +++ b/src/pages/WellOperations/index.jsx @@ -1,6 +1,6 @@ import {Layout, Menu} from "antd"; import {Switch, Link, Route, Redirect, useParams, useHistory} from "react-router-dom"; -import { FolderOutlined } from "@ant-design/icons"; +import { DeploymentUnitOutlined, LineChartOutlined, BuildOutlined, TableOutlined, ControlOutlined } from "@ant-design/icons"; import { WellDrillParams } from './WellDrillParams' import { WellSectionsStat } from './WellSectionsStat' import { WellCompositeEditor } from './WellCompositeEditor' @@ -25,22 +25,22 @@ export default function WellOperations({idWell}) { selectable={true} className="well_menu" selectedKeys={[tab]}> -