Cleanup: webapp, remove trailing space

This commit is contained in:
Sybren A. Stüvel 2023-09-11 16:50:03 +02:00
parent f951981a4c
commit ee8c349ad3

View File

@ -124,7 +124,7 @@
<section class="worker-maintenance"> <section class="worker-maintenance">
<h3 class="sub-title">Maintenance</h3> <h3 class="sub-title">Maintenance</h3>
<p> <p>
{{ workerData.name }} is {{ workerData.name }} is
<template v-if="workerData.status == 'offline'"> <template v-if="workerData.status == 'offline'">
<span class="worker-status">offline</span>, which means it can be safely removed. <span class="worker-status">offline</span>, which means it can be safely removed.
</template> </template>