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

Function showTrafficNotAvailable

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

Source from the content-addressed store, hash-verified

15571 if (configTabBtn && !configTabBtn.querySelector('.update-indicator')) {
15572 const indicator = document.createElement('span');
15573 indicator.className = 'update-indicator absolute -top-1 -right-1 w-3 h-3 bg-orange-500 rounded-full pulse-glow';
15574 configTabBtn.style.position = 'relative';
15575 configTabBtn.appendChild(indicator);
15576 }
15577 } else {
15578 // Remove update indicator if up to date
15579 const configTabBtn = document.querySelector('[data-tab="config"]');

Callers 1

loadTrafficAnalysisDataFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected