X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2Fviews%2FChargingStationsView.vue;h=57ae3e20d7f0ba65d57a1933b1b483887f739189;hb=240fa4da80fd262158004eb576410d02afe0001f;hp=3549ec7c3ef7f3a3310638d1fd69601ef9c8c4ae;hpb=fa5d129a53f8b3d30685c017fa0420da66224ed5;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/src/views/ChargingStationsView.vue b/ui/web/src/views/ChargingStationsView.vue index 3549ec7c..57ae3e20 100644 --- a/ui/web/src/views/ChargingStationsView.vue +++ b/ui/web/src/views/ChargingStationsView.vue @@ -1,42 +1,225 @@ @@ -89,13 +284,23 @@ const stopSimulator = (): void => { flex-direction: column; } +#ui-server-container { + display: flex; + flex-direction: row; +} + +#ui-server-selector { + width: 100%; + text-align: center; +} + #buttons-container { display: flex; flex-direction: row; } -#button { - flex: auto; +#action-button { + flex: none; } #reload-button { @@ -113,6 +318,12 @@ const stopSimulator = (): void => { } #reload-button:active { - background-color: red; + background-color: seagreen; +} + +#action { + color: white; + background-color: black; + padding: 1%; }