Display ocppVersion from stationInfo between Registration Status and
Template columns.
<td class="cs-table__column">
{{ chargingStation.bootNotificationResponse?.status ?? 'Ø' }}
</td>
+ <td class="cs-table__column">
+ {{ chargingStation.stationInfo.ocppVersion ?? 'Ø' }}
+ </td>
<td class="cs-table__column">
{{ chargingStation.stationInfo.templateName }}
</td>
>
Registration Status
</th>
+ <th
+ class="cs-table__column"
+ scope="col"
+ >
+ OCPP Version
+ </th>
<th
class="cs-table__column"
scope="col"
.cs-table__column {
height: fit-content;
- width: calc((100% - calc(100% / 3)) / 10);
+ width: calc((100% - calc(100% / 3)) / 11);
display: flex;
flex-direction: column;
text-align: center;