fix(ui): ensure consistent styling on all buttons
[e-mobility-charging-stations-simulator.git] / ui / web / src / components / actions / SetSupervisionUrl.vue
index f6ecab10e1ab3fd8917ddfddac7e18d6ddcb06db..6c06ccef5f546f82d4dedf4f96c11744b4874335 100644 (file)
@@ -11,6 +11,7 @@
   />
   <br />
   <Button
+    id="action-button"
     @click="
       () => {
         uiClient
@@ -30,7 +31,7 @@
   >
     Set Supervision Url
   </Button>
-  <Button @click="$router.push({ name: 'charging-stations' })">Cancel</Button>
+  <Button id="action-button" @click="$router.push({ name: 'charging-stations' })">Cancel</Button>
 </template>
 
 <script setup lang="ts">