ui(metis): disable media chooser while refreshing
This commit is contained in:
parent
888d7e5a45
commit
0918fc1f30
@ -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();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user