refactor(ui): fix templates code formatting
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 18 Feb 2024 19:38:10 +0000 (20:38 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 18 Feb 2024 19:38:10 +0000 (20:38 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
ui/web/src/components/actions/AddChargingStations.vue
ui/web/src/components/actions/SetSupervisionUrl.vue
ui/web/src/components/actions/StartTransaction.vue
ui/web/src/components/charging-stations/CSConnector.vue
ui/web/src/components/charging-stations/CSData.vue
ui/web/src/views/ChargingStationsView.vue

index ebcef5ed8eca0a6d623668d772f2d00285059e34..d0a21276f7f453e4843a871e2a26b1c7758ec555 100644 (file)
@@ -34,8 +34,9 @@
           })
       }
     "
-    >Add Charging Stations</Button
   >
+    Add Charging Stations
+  </Button>
   <Button @click="$router.push({ name: 'charging-stations' })">Cancel</Button>
 </template>
 
index 06f7be294d4a776796992fb5ffb6237cc3d4c44b..f6ecab10e1ab3fd8917ddfddac7e18d6ddcb06db 100644 (file)
@@ -27,8 +27,9 @@
           })
       }
     "
-    >Set Supervision Url</Button
   >
+    Set Supervision Url
+  </Button>
   <Button @click="$router.push({ name: 'charging-stations' })">Cancel</Button>
 </template>
 
index 5d9cb8a626422911f384296d38c83f5e9c48d8c5..5b1bf2f925c59327e85371f05af087bd60a570e4 100644 (file)
@@ -21,8 +21,9 @@
           })
       }
     "
-    >Start Transaction</Button
   >
+    Start Transaction
+  </Button>
   <Button @click="$router.push({ name: 'charging-stations' })">Cancel</Button>
 </template>
 
index e0b62e4f47f5199b900205b6abfc670511c9cb40..7c31ae988e1f64b6363361ab7b870c44219b4b8e 100644 (file)
@@ -16,8 +16,9 @@
             params: { hashId, chargingStationId, connectorId }
           })
         "
-        >Start Transaction</Button
       >
+        Start Transaction
+      </Button>
       <Button @click="stopTransaction()">Stop Transaction</Button>
       <Button @click="startAutomaticTransactionGenerator()">Start ATG</Button>
       <Button @click="stopAutomaticTransactionGenerator()">Stop ATG</Button>
index 94b7ae8dcbb8a839329ccfefda46e354f7fd6bd5..b88086396c2fb7faa53391ef5f777a3da7b7920d 100644 (file)
@@ -32,8 +32,9 @@
             }
           })
         "
-        >Set Supervision Url</Button
       >
+        Set Supervision Url
+      </Button>
       <Button @click="openConnection()">Open Connection</Button>
       <Button @click="closeConnection()">Close Connection</Button>
       <Button @click="deleteChargingStation()">Delete Charging Station</Button>
index 3549ec7c3ef7f3a3310638d1fd69601ef9c8c4ae..5639c99174d0c9af6480561d87410d17e441781e 100644 (file)
@@ -3,9 +3,9 @@
     <Container id="buttons-container">
       <Button id="button" @click="startSimulator()">Start Simulator</Button>
       <Button id="button" @click="stopSimulator()">Stop Simulator</Button>
-      <Button id="button" @click="$router.push({ name: 'add-charging-stations' })"
-        >Add Charging Stations</Button
-      >
+      <Button id="button" @click="$router.push({ name: 'add-charging-stations' })">
+        Add Charging Stations
+      </Button>
       <ReloadButton
         id="reload-button"
         :loading="state.isLoading"