Skip to content

Commit

Permalink
Merge pull request #67 from elliot-sawyer/elliot-sawyer-patch-1
Browse files Browse the repository at this point in the history
Fix typo in server metrics dashboard
  • Loading branch information
bfritscher authored Oct 7, 2024
2 parents 0b2fd83 + 854e058 commit dab9344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ServerStatus.vue
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@

<div class="text-subtitle1 q-pt-md">Node</div>

<div>Protocole: {{ $store.state.node.loginData?.node.protocol }}</div>
<div>Protocol: {{ $store.state.node.loginData?.node.protocol }}</div>
<div>Host: {{ $store.state.node.loginData?.node.host }}</div>
<div>Port: {{ $store.state.node.loginData?.node.port }}</div>
<div>Version: {{ $store.state.node.data.debug.version }}</div>
Expand Down

0 comments on commit dab9344

Please sign in to comment.