show dns type and hostname in Details.vue
This commit is contained in:
parent
91e82bd12c
commit
59e9315647
|
@ -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 New Issue