add plant section management with list and detail views

This commit is contained in:
2025-10-09 10:50:27 +07:00
parent 8ef1bdb142
commit e13539618b
5 changed files with 466 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ import IndexDevice from './pages/master/device/IndexDevice';
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';
// History
import IndexTrending from './pages/history/trending/IndexTrending';