X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2Fcomponents%2Fcharging-stations%2FCSData.vue;h=48edd609b022ae81d6a8d03f6f4b2696baa5fd7a;hb=16c46962f43a692c996b1c89a94dc572fea52d63;hp=375fb3bc0e6f53d52ed679d89b340f7d6a69e34c;hpb=2610da71b813ad94e1a2a48755d5689da53b41fa;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/src/components/charging-stations/CSData.vue b/ui/web/src/components/charging-stations/CSData.vue index 375fb3bc..48edd609 100644 --- a/ui/web/src/components/charging-stations/CSData.vue +++ b/ui/web/src/components/charging-stations/CSData.vue @@ -9,7 +9,7 @@ {{ getWSState() }} - {{ chargingStation?.bootNotificationResponse?.status ?? 'Ø' }} + {{ chargingStation.bootNotificationResponse?.status ?? 'Ø' }} {{ chargingStation.stationInfo.templateName }} @@ -41,6 +41,11 @@ $router.push({ name: 'charging-stations' }) } " + @clicked=" + () => { + $emit('need-refresh') + } + " > Set Supervision Url @@ -61,14 +66,15 @@ - @@ -77,17 +83,20 @@ @@ -219,6 +228,8 @@ const deleteChargingStation = (): void => { .connectors-table__column { width: calc(100% / 5); + display: flex; + flex-direction: column; text-align: center; }