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

Function updateConsoleDisplay

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

Source from the content-addressed store, hash-verified

12150 btn.classList.toggle('text-white', isActive);
12151 btn.classList.toggle('text-gray-400', !isActive);
12152 btn.classList.toggle('hover:text-white', !isActive);
12153 });
12154 if (attackLogsCache) displayAttackLogs(attackLogsCache);
12155}
12156
12157function filterAttackByNetwork(network) {
12158 currentAttackNetworkFilter = network;
12159 if (attackLogsCache) displayAttackLogs(attackLogsCache);
12160}
12161
12162function onAttackIPSearch(value) {
12163 currentAttackIPSearch = value.trim().toLowerCase();
12164 if (attackLogsCache) displayAttackLogs(attackLogsCache);
12165}

Callers 2

addConsoleMessageFunction · 0.70
updateConsoleFunction · 0.70

Calls 1

escapeHtmlFunction · 0.70

Tested by

no test coverage detected