ui(metis): disable media chooser while refreshing

This commit is contained in:
codex 2026-04-24 13:53:09 -03:00
parent 888d7e5a45
commit 0918fc1f30

View File

@ -576,6 +576,7 @@
document.getElementById('refresh-devices').disabled = busy; document.getElementById('refresh-devices').disabled = busy;
document.getElementById('replace-run').disabled = busy || !nodeSelect.value || !deviceSelect.value || !!state.device_error; document.getElementById('replace-run').disabled = busy || !nodeSelect.value || !deviceSelect.value || !!state.device_error;
document.getElementById('sentinel-watch').disabled = busy; document.getElementById('sentinel-watch').disabled = busy;
deviceSelect.disabled = busy || !devicePaths.length;
renderJobs(); renderJobs();
renderEvents(); renderEvents();