Cleanup: web, reformat Vue component
Just applying the auto-formatting.
This commit is contained in:
parent
06d0c3133f
commit
ea1bbdf95a
@ -13,19 +13,19 @@
|
|||||||
<footer class="app-footer" v-if="!showFooterPopup" @click="showFooterPopup = true">
|
<footer class="app-footer" v-if="!showFooterPopup" @click="showFooterPopup = true">
|
||||||
<notification-bar />
|
<notification-bar />
|
||||||
<div class="app-footer-expand">
|
<div class="app-footer-expand">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke-width="2"
|
||||||
<line x1="12" y1="19" x2="12" y2="5"></line><polyline points="5 12 12 5 19 12"></polyline>
|
stroke-linecap="round" stroke-linejoin="round">
|
||||||
|
<line x1="12" y1="19" x2="12" y2="5"></line>
|
||||||
|
<polyline points="5 12 12 5 19 12"></polyline>
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
<footer-popup v-if="showFooterPopup" ref="footerPopup" @clickClose="showFooterPopup = false" />
|
<footer-popup v-if="showFooterPopup" ref="footerPopup" @clickClose="showFooterPopup = false" />
|
||||||
|
|
||||||
<update-listener ref="updateListener" mainSubscription="allJobs"
|
<update-listener ref="updateListener" mainSubscription="allJobs" :subscribedJobID="jobID" :subscribedTaskID="taskID"
|
||||||
:subscribedJobID="jobID" :subscribedTaskID="taskID"
|
|
||||||
@jobUpdate="onSioJobUpdate" @taskUpdate="onSioTaskUpdate" @taskLogUpdate="onSioTaskLogUpdate"
|
@jobUpdate="onSioJobUpdate" @taskUpdate="onSioTaskUpdate" @taskLogUpdate="onSioTaskLogUpdate"
|
||||||
@lastRenderedUpdate="onSioLastRenderedUpdate"
|
@lastRenderedUpdate="onSioLastRenderedUpdate" @message="onChatMessage" @sioReconnected="onSIOReconnected"
|
||||||
@message="onChatMessage"
|
@sioDisconnected="onSIODisconnected" />
|
||||||
@sioReconnected="onSIOReconnected" @sioDisconnected="onSIODisconnected" />
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user