Loading src/components/LoopsStatusBar.vue +4 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ <footer class="status-bar"> <div class="capped-width status-bar-content"> <div class="msg"> [Job: {{ getToken }}] [Job: <span class="highlight">{{ getToken }}</span>. Contact: <span class="highlight">loopgrafter@sci.muni.cz</span>. ] </div> <Loading /> <Ping /> Loading Loading @@ -46,4 +46,7 @@ export default { .msg { flex: 1; } .highlight{ color: var(--insert); } </style> No newline at end of file Loading
src/components/LoopsStatusBar.vue +4 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ <footer class="status-bar"> <div class="capped-width status-bar-content"> <div class="msg"> [Job: {{ getToken }}] [Job: <span class="highlight">{{ getToken }}</span>. Contact: <span class="highlight">loopgrafter@sci.muni.cz</span>. ] </div> <Loading /> <Ping /> Loading Loading @@ -46,4 +46,7 @@ export default { .msg { flex: 1; } .highlight{ color: var(--insert); } </style> No newline at end of file