(s)
| 10514 | <td class="px-3 py-1.5">${loc}</td> |
| 10515 | <td class="px-3 py-1.5 text-gray-500">${escapeHtml(String(r.source || '—'))}</td> |
| 10516 | <td class="px-3 py-1.5">${vpnCell(r)}</td> |
| 10517 | </tr>`; |
| 10518 | }).join(''); |
| 10519 | out.innerHTML = `<table class="min-w-full text-sm text-gray-300 whitespace-nowrap"> |
| 10520 | <thead><tr class="text-left text-xs uppercase text-gray-500"> |
| 10521 | <th class="px-3 py-1.5">Interface</th><th class="px-3 py-1.5">ISP</th> |
| 10522 | <th class="px-3 py-1.5">ASN</th><th class="px-3 py-1.5">Public IP</th> |
| 10523 | <th class="px-3 py-1.5">Location</th><th class="px-3 py-1.5">Source</th> |
no outgoing calls
no test coverage detected