mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 07:14:04 +00:00
show dns type and hostname in Details.vue
This commit is contained in:
parent
91e82bd12c
commit
59e9315647
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
<br>
|
||||
<span>{{ $t("Keyword") }}:</span> <span class="keyword">{{ monitor.keyword }}</span>
|
||||
</span>
|
||||
<span v-if="monitor.type === 'dns'">[{{ monitor.dns_resolve_type }}] {{ monitor.hostname }}</span>
|
||||
</p>
|
||||
|
||||
<div class="functions">
|
||||
|
|
Loading…
Reference in a new issue