show dns type and hostname in Details.vue

This commit is contained in:
LouisLam 2021-08-28 11:48:34 +08:00
parent 91e82bd12c
commit 59e9315647

View File

@ -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">