WorkersView: Add missing class to footer

This commit is contained in:
Pablo Vazquez 2022-07-07 16:00:04 +02:00
parent 8b7bcb9779
commit f8c49981f6

View File

@ -5,7 +5,7 @@
<div class="col col-workers-details">
<worker-details :workerData="workers.activeWorker" />
</div>
<footer>
<footer class="window-footer">
<notification-bar />
<update-listener ref="updateListener" mainSubscription="allWorkers"
@workerUpdate="onSIOWorkerUpdate"