X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2Fviews%2FChargingStationsView.vue;h=fe361c1c1766dfe11753890146dfb5c5ed4f36f6;hb=4b10e4f94fe91fab12f8ba298137c49fc295774c;hp=d5868083d15ce558d2fcbc0842aef2d4e79e48fb;hpb=7378b34a676b65d8a4732e672c25c73096d7e59c;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/src/views/ChargingStationsView.vue b/ui/web/src/views/ChargingStationsView.vue index d5868083..fe361c1c 100644 --- a/ui/web/src/views/ChargingStationsView.vue +++ b/ui/web/src/views/ChargingStationsView.vue @@ -1,48 +1,225 @@ @@ -98,6 +284,16 @@ 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; @@ -122,7 +318,7 @@ const stopSimulator = (): void => { } #reload-button:active { - background-color: red; + background-color: darkblue; } #action {