Skip to content

Commit

Permalink
Fix UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Raznak committed Jun 14, 2024
1 parent 4c2f362 commit a0bd7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/nodes/SourceNode.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const props = defineProps({
<div class="text-center q-px-xs">
<p class="q-ma-none">Source: {{ node.label }}</p>
<p class="text-bold q-ma-none">
{{ node.events.receivedEventsTotal.receivedEventsTotal }} Events
{{ node.events.sentEventsTotal.sentEventsTotal }} Events
</p>
</div>

Expand Down

0 comments on commit a0bd7e9

Please sign in to comment.