Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lindongchen committed Jun 15, 2024
1 parent 3d8aa71 commit 959a890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/views/mesh/common/MeshSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const select = () => {
<div class="w-2rem" v-if="slotProps.value">
<Status style="margin-right: 0 !important;" :run="slotProps.value.connected" :errors="slotProps.value.errors" />
</div>
<div v-else class="pi pi-arrow-right-arrow-left"></div>
<div v-else class="pi pi-globe mr-2"></div>
<div v-if="slotProps.value" v-tooltip.right="decodeURI(slotProps.value.name)">
<b class="text-sm">{{ decodeURI(slotProps.value.name) }}</b>
</div>
Expand Down

0 comments on commit 959a890

Please sign in to comment.