Web UI: cleanup commented out code
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 27 Aug 2022 20:31:49 +0000 (22:31 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 27 Aug 2022 20:31:49 +0000 (22:31 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/ui/web/src/components/buttons/FlatButton.vue
src/ui/web/src/components/charging-stations/CSTable.vue
src/ui/web/src/views/ChargingStationsView.vue

index 12b3f7a820c87d769e9d859a24ff4d70cb5926cf..1d92970997f2fb20933f7d76bafc7058ac9a69e9 100644 (file)
@@ -11,20 +11,5 @@ import Button from '@/components/buttons/Button.vue';
 <style>
 .flat {
   border: none;
-  /* cursor: pointer; */
-  /* background-color: rgb(25, 118, 210);
-  color: white; */
-  /* padding: 6px 14px;
-  font-size: 35px; */
-  /* font-weight: bold;
-  border-radius: 5px; */
 }
-
-/* .button:hover {
-  background-color: rgb(10, 113, 195);
-}
-
-.button:active {
-  background-color: rgb(255, 113, 195);
-} */
 </style>
index c502677afa9dbb129d5aa9c9df5cc42ffe068fef..fb50b2f5a919c77fbfd85c2a4adc844ac99b178f 100644 (file)
@@ -37,11 +37,9 @@ const props = defineProps<{
 
 <style>
 #cs-table {
-  background-color: white;
-
   height: 100%;
   width: 100%;
-
+  background-color: white;
   display: flex;
   flex-grow: 1;
   flex-direction: column;
@@ -52,35 +50,27 @@ const props = defineProps<{
 
 #cs-table__head,
 #cs-table__body {
-  display: block;
-  /* flex-direction: column;
-  justify-content: space-evenly; */
   width: 100%;
-  min-width: 934px;
-  /* box-sizing: border-box; */
-}
-#cs-table__head {
-  /* width: 100%; */
-  /* display: block; */
+  display: block;
+  min-width: 930px;
 }
+
 #cs-table__body {
-  /* width: 100%; */
-  /* direction: rtl; */
   overflow: visible overlay;
   flex-grow: 1;
 }
 
 .cs-table__row {
   width: 100%;
-  /* display: inline-block; */
   display: flex;
   justify-content: center;
   align-items: center;
-  /* align-content: stretch; */
 }
+
 #cs-table__head .cs-table__row {
   background-color: rgb(194, 188, 188);
 }
+
 .cs-table__row:nth-of-type(even) {
   background-color: rgb(223, 217, 217);
 }
@@ -99,39 +89,6 @@ const props = defineProps<{
   width: 20%;
   padding-top: 0.2%;
   padding-bottom: 0.2%;
-  /* background-color: red; */
   text-align: center;
-  /* display: table-cell;
-  vertical-align: middle; */
-}
-.cs-table__action-col {
-  /* min-width: 200px; */
-}
-.cs-table__connector-col {
-  /* min-width: 120px; */
-}
-.cs-table__status-col {
-  /* min-width: 120px; */
-}
-.cs-table__transaction-col {
-  /* min-width: 120px; */
-}
-.cs-table__name-col {
-  /* min-width: 120px; */
-}
-.cs-table__stopped-col {
-  /* min-width: 120px; */
-}
-.cs-table__registration-status-col {
-  /* min-width: 120px; */
-}
-.cs-table__model-col {
-  /* min-width: 120px; */
-}
-.cs-table__vendor-col {
-  /* min-width: 120px; */
-}
-.cs-table__firmware-col {
-  /* min-width: 120px; */
 }
 </style>
index bf11e1a450effb6bd886b74fd04f23658578a90b..42e698e57933376c553cc98adb8f2d5f904ff6e1 100644 (file)
@@ -80,7 +80,6 @@ function stopSimulator(): void {
   padding: 6px 14px;
   background-color: rgb(25, 118, 210);
   border-radius: 5px;
-
   color: white;
   font-size: 35px;
   font-weight: bold;