add status management with list and detail views, including routing and mock data

This commit is contained in:
2025-10-09 16:43:03 +07:00
parent dcdd8c9b8d
commit a7af974108
9 changed files with 548 additions and 11 deletions

View File

@@ -15,6 +15,7 @@ import IndexTag from './pages/master/tag/IndexTag';
import IndexBrandDevice from './pages/master/brandDevice/IndexBrandDevice';
import IndexErrorCode from './pages/master/errorCode/IndexErrorCode';
import IndexPlantSection from './pages/master/plantSection/IndexPlantSection';
import IndexStatus from './pages/master/status/IndexStatus';
// History
import IndexTrending from './pages/history/trending/IndexTrending';
@@ -54,6 +55,7 @@ const App = () => {
<Route path="brand-device" element={<IndexBrandDevice />} />
<Route path="plant-section" element={<IndexPlantSection />} />
<Route path="error-code" element={<IndexErrorCode />} />
<Route path="status" element={<IndexStatus />} />
</Route>
<Route path="/history" element={<ProtectedRoute />}>