From 730eba4760715c762f3a629e868c8a4beb3b0e21 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 18 Mar 2026 23:25:38 +0100 Subject: [PATCH] feat(ui): add OCPP version column to charging stations table Display ocppVersion from stationInfo between Registration Status and Template columns. --- ui/web/src/components/charging-stations/CSData.vue | 3 +++ ui/web/src/components/charging-stations/CSTable.vue | 8 +++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ui/web/src/components/charging-stations/CSData.vue b/ui/web/src/components/charging-stations/CSData.vue index 171dd62c..28a8b4d3 100644 --- a/ui/web/src/components/charging-stations/CSData.vue +++ b/ui/web/src/components/charging-stations/CSData.vue @@ -15,6 +15,9 @@ {{ chargingStation.bootNotificationResponse?.status ?? 'Ø' }} + + {{ chargingStation.stationInfo.ocppVersion ?? 'Ø' }} + {{ chargingStation.stationInfo.templateName }} diff --git a/ui/web/src/components/charging-stations/CSTable.vue b/ui/web/src/components/charging-stations/CSTable.vue index 0902cd7d..26bd9b52 100644 --- a/ui/web/src/components/charging-stations/CSTable.vue +++ b/ui/web/src/components/charging-stations/CSTable.vue @@ -35,6 +35,12 @@ > Registration Status + + OCPP Version +