()
| 5375 | status.classList.remove('hidden'); |
| 5376 | status.innerHTML = '<span class="text-red-400">Failed: ' + escapeHtml(e.message) + '</span>'; |
| 5377 | } |
| 5378 | } |
| 5379 | |
| 5380 | // Install a missing network tool on demand (whitelisted server-side), then |
| 5381 | // re-run the loader for the panel that reported it missing. |
| 5382 | async function installNetTool(tool, btn, reloadFn) { |
| 5383 | _ndBusy(btn, true, 'Installing…'); |
nothing calls this directly
no test coverage detected