Skip to content

Commit

Permalink
Merge pull request louislam#3106 from shihaamabr/master
Browse files Browse the repository at this point in the history
Fix typo in dashboard TCP Port items
  • Loading branch information
louislam authored Apr 29, 2023
2 parents 74dd07c + eaa9485 commit 333a631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Details.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</div>
<p class="url">
<a v-if="monitor.type === 'http' || monitor.type === 'keyword' " :href="monitor.url" target="_blank" rel="noopener noreferrer">{{ monitor.url }}</a>
<span v-if="monitor.type === 'port'">TCP Ping {{ monitor.hostname }}:{{ monitor.port }}</span>
<span v-if="monitor.type === 'port'">TCP Port {{ monitor.hostname }}:{{ monitor.port }}</span>
<span v-if="monitor.type === 'ping'">Ping: {{ monitor.hostname }}</span>
<span v-if="monitor.type === 'keyword'">
<br>
Expand Down

0 comments on commit 333a631

Please sign in to comment.