Vue client: extract DeviceTable component and use in AreaDetail
- Add reusable DeviceTable component (device cell, connect badge, state, reboot)
- Refactor DevicesListPage to use DeviceTable
- Replace simple device table in AreaDetailPage with full DeviceTable
- 126 tests passing, build green
1 parent 36b4d0c commit eed2b324f9622206dd0facce48d1d9deb5c6cd3d
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored 21 hours ago
Showing 3 changed files
View
webclient-vue/src/components/device/DeviceTable.vue 0 → 100644
View
webclient-vue/src/features/areas/pages/AreaDetailPage.vue
View
webclient-vue/src/features/devices/pages/DevicesListPage.vue