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

Function confirmApplyProfile

web/scripts/ragnar_modern.js:7398–7402  ·  view source on GitHub ↗
(profileId, profile)

Source from the content-addressed store, hash-verified

7396 out.innerHTML = '<p class="text-sm text-red-400">Failed: ' + escapeHtml(e.message) + '</p>';
7397 } finally {
7398 _ndBusy(btn, false);
7399 }
7400}
7401async function ndpTrustBaseline() {
7402 try {
7403 await postAPI('/api/net/ndp-baseline', { action: 'reset' });
7404 addConsoleMessage('NDP baseline reset — re-learning current neighbour bindings / default router', 'info');
7405 await runNdpWatch();

Callers 1

applySelectedProfileFunction · 0.70

Calls 1

applyHardwareProfileFunction · 0.70

Tested by

no test coverage detected