(bytes)
| 6257 | _NETINT_RANK[dnsV] || 0, _NETINT_RANK[arpV] || 0, _NETINT_RANK[dhcpV] || 0)]; |
| 6258 | renderNetIntegrity(state); |
| 6259 | }).catch(() => { |
| 6260 | state.dhcp = { verdict: 'unknown', reasons: [] }; |
| 6261 | renderNetIntegrity(state); |
| 6262 | }).finally(() => { |
| 6263 | if (btn) { btn.disabled = false; btn.textContent = btn.dataset.orig || 'Check now'; } |
| 6264 | }); |
| 6265 | return; |
| 6266 | } |
| 6267 | renderNetIntegrity(await fetchAPI('/api/net/integrity')); |