WorkersView: Add missing class to footer
This commit is contained in:
parent
8b7bcb9779
commit
f8c49981f6
@ -5,12 +5,12 @@
|
|||||||
<div class="col col-workers-details">
|
<div class="col col-workers-details">
|
||||||
<worker-details :workerData="workers.activeWorker" />
|
<worker-details :workerData="workers.activeWorker" />
|
||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer class="window-footer">
|
||||||
<notification-bar />
|
<notification-bar />
|
||||||
<update-listener ref="updateListener" mainSubscription="allWorkers"
|
<update-listener ref="updateListener" mainSubscription="allWorkers"
|
||||||
@workerUpdate="onSIOWorkerUpdate"
|
@workerUpdate="onSIOWorkerUpdate"
|
||||||
@sioReconnected="onSIOReconnected" @sioDisconnected="onSIODisconnected" />
|
@sioReconnected="onSIOReconnected" @sioDisconnected="onSIODisconnected" />
|
||||||
</footer>
|
</footer>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user