refactor: remove IndexErrorCode component and update ListErrorMaster
This commit is contained in:
@@ -13,7 +13,6 @@ import Blank from './pages/blank/Blank';
|
|||||||
import IndexDevice from './pages/master/device/IndexDevice';
|
import IndexDevice from './pages/master/device/IndexDevice';
|
||||||
import IndexTag from './pages/master/tag/IndexTag';
|
import IndexTag from './pages/master/tag/IndexTag';
|
||||||
import IndexBrandDevice from './pages/master/brandDevice/IndexBrandDevice';
|
import IndexBrandDevice from './pages/master/brandDevice/IndexBrandDevice';
|
||||||
import IndexErrorCode from './pages/master/errorCode/IndexErrorCode';
|
|
||||||
import IndexPlantSection from './pages/master/plantSection/IndexPlantSection';
|
import IndexPlantSection from './pages/master/plantSection/IndexPlantSection';
|
||||||
import IndexStatus from './pages/master/status/IndexStatus';
|
import IndexStatus from './pages/master/status/IndexStatus';
|
||||||
|
|
||||||
@@ -54,7 +53,7 @@ const App = () => {
|
|||||||
<Route path="tag" element={<IndexTag />} />
|
<Route path="tag" element={<IndexTag />} />
|
||||||
<Route path="brand-device" element={<IndexBrandDevice />} />
|
<Route path="brand-device" element={<IndexBrandDevice />} />
|
||||||
<Route path="plant-section" element={<IndexPlantSection />} />
|
<Route path="plant-section" element={<IndexPlantSection />} />
|
||||||
<Route path="error-code" element={<IndexErrorCode />} />
|
|
||||||
<Route path="status" element={<IndexStatus />} />
|
<Route path="status" element={<IndexStatus />} />
|
||||||
</Route>
|
</Route>
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ const ListErrorMaster = memo(function ListErrorMaster(props) {
|
|||||||
marginBottom: '16px',
|
marginBottom: '16px',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Error Master
|
Cooming soon
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
</Col>
|
</Col>
|
||||||
|
|||||||
Reference in New Issue
Block a user