There was an error while loading. Please reload this page.
1 parent d331562 commit 9e68366Copy full SHA for 9e68366
1 file changed
src/components/har/CommunicationListEntry.vue
@@ -79,10 +79,18 @@ export default {
79
<span class="pi pi-code" ></span>
80
<span class="mx-1 text-sm">local script</span>
81
</div>
82
+ <div class="p-1 text-unmuted font-monospace" v-else-if="isAborted">
83
+ <span class="pi pi-server" ></span>
84
+ <span class="mx-1 text-sm">Unavailable</span>
85
+ </div>
86
<div class="p-1 text-unmuted font-monospace" v-else-if="entry.serverIPAddress">
87
<span class="pi pi-server" ></span>
88
<span class="mx-1 text-sm">{{ entry.serverIPAddress }}</span>
89
90
+ <div class="p-1 text-unmuted font-monospace" v-else>
91
+ <span class="pi pi-exclamation-circle" ></span>
92
+ <span class="mx-1 text-sm">Unsupported source</span>
93
94
95
96
</template>
0 commit comments