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

Function refreshThreatIntel

web/scripts/ragnar_modern.js:14897–14902  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14895 console.error('Error loading hardware profiles:', error);
14896 addConsoleMessage('Failed to load hardware profiles', 'error');
14897
14898 const select = document.getElementById('hardware-profile-select');
14899 if (select) {
14900 select.innerHTML = '<option value="">Error loading profiles</option>';
14901 }
14902 }
14903}
14904
14905function showProfileDetails(profile) {

Callers

nothing calls this directly

Calls 2

showNotificationFunction · 0.70
setThreatIntelFilterFunction · 0.70

Tested by

no test coverage detected