X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fui%2Fweb%2Fsrc%2Fcomponents%2Fcharging-stations%2FCSTable.vue;h=dc4865a127ecba4bc9f424329fd9a7acb9900da3;hb=8fc2e5cc4eb4c5e8560a461f8d9c52e3a7a23b3d;hp=34517c416b5cca44e06cfc17b8d3ed49ee545f53;hpb=41711322904035083ced380f3fee5aa01a0ceb68;p=e-mobility-charging-stations-simulator.git diff --git a/src/ui/web/src/components/charging-stations/CSTable.vue b/src/ui/web/src/components/charging-stations/CSTable.vue index 34517c41..dc4865a1 100644 --- a/src/ui/web/src/components/charging-stations/CSTable.vue +++ b/src/ui/web/src/components/charging-stations/CSTable.vue @@ -7,6 +7,7 @@ Status Transaction Name + Stopped Vendor Model Firmware Version @@ -64,7 +65,6 @@ const props = defineProps<{ #cs-table__body { /* width: 100%; */ /* direction: rtl; */ - /* overflow: visible scroll; */ overflow: visible overlay; flex-grow: 1; } @@ -73,8 +73,9 @@ const props = defineProps<{ width: 100%; /* display: inline-block; */ display: flex; + justify-content: center; + align-items: center; /* align-content: stretch; */ - /* align-items: baseline; */ } #cs-table__head .cs-table__row { background-color: rgb(194, 188, 188); @@ -88,6 +89,7 @@ const props = defineProps<{ .cs-table__status-col, .cs-table__transaction-col, .cs-table__name-col, +.cs-table__stopped-col, .cs-table__model-col, .cs-table__vendor-col, .cs-table__firmware-col { @@ -115,6 +117,9 @@ const props = defineProps<{ .cs-table__name-col { /* min-width: 120px; */ } +.cs-table__stopped-col { + /* min-width: 120px; */ +} .cs-table__model-col { /* min-width: 120px; */ }