🚨 Lint

This commit is contained in:
Liyas Thomas
2019-11-21 09:11:50 +05:30
parent 354ad3983f
commit 4c9c9a2240
6 changed files with 22 additions and 34 deletions

View File

@@ -24,7 +24,9 @@
{{ toggleConnectionVerb }}
<span>
<i class="material-icons" v-if="!connectionState">sync</i>
<i class="material-icons" v-if="connectionState">sync_disabled</i>
<i class="material-icons" v-if="connectionState"
>sync_disabled</i
>
</span>
</button>
</li>
@@ -47,9 +49,7 @@
v-for="(logEntry, index) in communication.log"
:style="{ color: logEntry.color }"
:key="index"
>@ {{ logEntry.ts }} {{ getSourcePrefix(logEntry.source) }}
{{ logEntry.payload }}</span
>
>@ {{ logEntry.ts }} {{ getSourcePrefix(logEntry.source) }} {{ logEntry.payload }}</span>
</span>
<span v-else>(waiting for connection)</span>
</div>