Webapp: restore 'Delete Worker' button

Restore the 'Delete Worker' button. It accidentally got removed in
86cf30e44eedde25a2429564724ac05c000afaff
This commit is contained in:
Sybren A. Stüvel 2023-09-11 16:50:34 +02:00
parent ee8c349ad3
commit 95dd4f7474

@ -138,6 +138,7 @@
is advised to shut down the Worker before removing it from the system.
</template>
</p>
<p><button @click="deleteWorker">Remove {{ workerData.name }}</button></p>
</section>
</template>