chore(lint): apply lint

pull/895/head^2
Bastien Wirtz 2025-03-30 16:02:39 +02:00
parent 6916c2fed3
commit 3f154b07a7
4 changed files with 8 additions and 14 deletions

View File

@ -21,13 +21,9 @@
<script>
import service from "@/mixins/service.js";
import Generic from "./Generic.vue";
export default {
name: "Matrix",
components: {
Generic,
},
mixins: [service],
props: {
item: Object,

View File

@ -19,7 +19,11 @@
<strong v-if="dead > 0" class="notif dead" title="Dead">
{{ dead }}
</strong>
<strong v-if="misc > 0" class="notif misc" title="Other (creating, paused, exited, etc.)">
<strong
v-if="misc > 0"
class="notif misc"
title="Other (creating, paused, exited, etc.)"
>
{{ misc }}
</strong>
</div>

View File

@ -8,7 +8,9 @@
</template>
<template v-else-if="versionstring">
<span class="is-hidden-touch">Version {{ versionstring }}</span>
<span class="is-hidden-desktop">Version {{ versionstring.split('-').pop() }}</span>
<span class="is-hidden-desktop"
>Version {{ versionstring.split("-").pop() }}</span
>
</template>
</p>
</template>
@ -22,13 +24,9 @@
<script>
import service from "@/mixins/service.js";
import Generic from "./Generic.vue";
export default {
name: "TruenasScale",
components: {
Generic,
},
mixins: [service],
props: {
item: Object,

View File

@ -21,13 +21,9 @@
<script>
import service from "@/mixins/service.js";
import Generic from "./Generic.vue";
export default {
name: "Vaultwarden",
components: {
Generic,
},
mixins: [service],
props: {
item: Object,