refactor(ui): refine action bar style
[e-mobility-charging-stations-simulator.git] / ui / web / src / components / actions / StartTransaction.vue
index ecc5f2da6fb28487406b50b4ac97fe32da0e88ea..5e83983f34512ab1057d65f98a069bafc3c1200d 100644 (file)
@@ -1,5 +1,6 @@
 <template>
-  <h2>Action Start Transaction</h2>
+  <h1 id="action">Action</h1>
+  <h2>Start Transaction</h2>
   <h3>Connector {{ connectorId }} on {{ chargingStationId }}</h3>
   <p>Scan RFID tag:</p>
   <input id="idtag" v-model.trim="state.idTag" type="text" name="idtag" placeholder="RFID tag" />