Skip to content

Commit bf384db

Browse files
committed
fix: prettier fixes
1 parent b43dab4 commit bf384db

File tree

1 file changed

+12
-18
lines changed

1 file changed

+12
-18
lines changed

core/ui/src/components/nodes/NodeCard.vue

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,14 @@
5858
{{ fqdn }}
5959
</template>
6060
<template slot="trigger">
61-
<span
62-
class="long-text-ellipsis long-text-span"
63-
>{{ fqdn }}</span
64-
>
61+
<span class="long-text-ellipsis long-text-span">{{
62+
fqdn
63+
}}</span>
6564
</template>
6665
</cv-interactive-tooltip>
67-
<span
68-
v-else
69-
class="long-text-ellipsis long-text-span"
70-
>{{ fqdn }}</span
71-
>
66+
<span v-else class="long-text-ellipsis long-text-span">{{
67+
fqdn
68+
}}</span>
7269
</div>
7370
</div>
7471
<div v-if="nodeLabel" class="tr">
@@ -90,17 +87,14 @@
9087
{{ ip_address }}
9188
</template>
9289
<template slot="trigger">
93-
<span
94-
class="long-text-ellipsis long-text-span"
95-
>{{ ip_address }}</span
96-
>
90+
<span class="long-text-ellipsis long-text-span">{{
91+
ip_address
92+
}}</span>
9793
</template>
9894
</cv-interactive-tooltip>
99-
<span
100-
v-else
101-
class="long-text-ellipsis long-text-span"
102-
>{{ ip_address }}</span
103-
>
95+
<span v-else class="long-text-ellipsis long-text-span">{{
96+
ip_address
97+
}}</span>
10498
</div>
10599
</div>
106100
<div class="tr">

0 commit comments

Comments
 (0)