From 093ca832a5c03ea03f32368b4bf13c1d08ef3a54 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 22 Feb 2024 17:18:02 +0100 Subject: [PATCH] feat(ui): add charging station options to add action MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .../components/actions/AddChargingStations.vue | 15 +++++++++++++-- .../src/components/actions/StartTransaction.vue | 3 ++- ui/web/src/composables/UIClient.ts | 10 ++++++++-- ui/web/src/composables/index.ts | 1 + ui/web/src/types/ChargingStationType.ts | 10 ++++++++++ ui/web/src/types/index.ts | 1 + 6 files changed, 35 insertions(+), 5 deletions(-) diff --git a/ui/web/src/components/actions/AddChargingStations.vue b/ui/web/src/components/actions/AddChargingStations.vue index 8412fdd0..0ddf612e 100644 --- a/ui/web/src/components/actions/AddChargingStations.vue +++ b/ui/web/src/components/actions/AddChargingStations.vue @@ -17,13 +17,22 @@ name="number-of-stations" placeholder="number of stations" /> +

Options:

+