Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.cs-table__column {
height: fit-content;
- width: calc(60% / 10);
+ width: calc(65% / 10);
text-align: center;
}
.cs-table__connectors-column {
height: fit-content;
- width: 40%;
+ width: 35%;
}
</style>
$toast.error('Error at fetching charging station templates')
console.error('Error at fetching charging station templates:', error)
})
- clearToggleButtons()
loadChargingStations(() => {
state.value.renderAddChargingStations = randomUUID()
state.value.renderChargingStationsList = randomUUID()