fix: vue/attributes-order lint in instance-ticker

This commit is contained in:
Norm 2022-08-28 16:52:13 -04:00
parent b50c1d145a
commit 6315ebc45b
Signed by untrusted user: norm
GPG key ID: 7123E30E441E80DE

View file

@ -1,5 +1,5 @@
<template>
<div class="hpaizdrt" :style="bg" v-tooltip="instance.softwareName + ' ' + instance.softwareVersion">
<div v-tooltip="instance.softwareName + ' ' + instance.softwareVersion" class="hpaizdrt" :style="bg">
<img v-if="instance.faviconUrl" class="icon" :src="instance.faviconUrl"/>
<span class="name">{{ instance.name }}</span>
<span v-if="instance.softwareName" class="software">{{ instance.softwareName }}</span>