Skip to content

Commit

Permalink
fix #116
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Stirner committed Jan 15, 2024
1 parent e8aaa38 commit 58b4a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Endpoint.vue
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export default {
<Tile style="background: transparent; border: 1px solid rgb(0, 0, 0)">
<!--<h3><i :class="state.icon || 'fa-regular fa-circle-question'"></i></h3>-->
<div>{{ state.name }}</div>
<i>{{ state.value ? state.value : "na" }}</i>
<i>{{ state.value }}</i>
</Tile>
</div>
<!-- STATES -->
Expand Down

0 comments on commit 58b4a46

Please sign in to comment.