Show latest dns result in Details.vue

This commit is contained in:
Ponkhy
2021-08-28 21:20:25 +02:00
parent 712da02324
commit 303adbf9b1
3 changed files with 16 additions and 1 deletions

View File

@@ -10,7 +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>
<span v-if="monitor.type === 'dns'">[{{ monitor.dns_resolve_type }}] {{ monitor.hostname }} [ {{ monitor.dns_last_result }} ]</span>
</p>
<div class="functions">