MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / ispCell

Function ispCell

web/scripts/ragnar_modern.js:2216–2220  ·  view source on GitHub ↗
(r)

Source from the content-addressed store, hash-verified

2214 if (_wifiState.apView === 'nets') return wifiRenderNets();
2215 const aps = _wifiFilterAps(
2216 document.getElementById('wifi-ap-search').value,
2217 (document.getElementById('wifi-ap-std') || {}).value || '',
2218 document.getElementById('wifi-ap-issues').checked);
2219 const tb = document.getElementById('wifi-ap-tbody');
2220 document.getElementById('wifi-ap-count').textContent = `(${aps.length}/${d.ap_count})`;
2221 if (!aps.length) { tb.innerHTML = '<tr><td colspan="9" class="py-4 text-center text-gray-500">No APs match.</td></tr>'; return; }
2222 tb.innerHTML = aps.map(a => {
2223 const isSel = _wifiState.selected === a.bssid;

Callers 1

detectIspFunction · 0.85

Calls 1

escapeHtmlFunction · 0.70

Tested by

no test coverage detected