feat: improve firmware upload section
This commit is contained in:
@@ -715,10 +715,12 @@ function setupFirmwareView() {
|
||||
targetRadios.forEach(radio => {
|
||||
radio.addEventListener('change', () => {
|
||||
if (radio.value === 'specific') {
|
||||
specificNodeSelect.style.display = 'block';
|
||||
specificNodeSelect.style.visibility = 'visible';
|
||||
specificNodeSelect.style.opacity = '1';
|
||||
populateNodeSelect();
|
||||
} else {
|
||||
specificNodeSelect.style.display = 'none';
|
||||
specificNodeSelect.style.visibility = 'hidden';
|
||||
specificNodeSelect.style.opacity = '0';
|
||||
}
|
||||
updateDeployButton();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user