()
| 19388 | |
| 19389 | // Populate action dropdown with available attack types |
| 19390 | const actionDropdown = document.getElementById('manual-action-dropdown'); |
| 19391 | if (actionDropdown) { |
| 19392 | actionDropdown.innerHTML = '<option value="">Select Action</option>'; |
| 19393 | actionDropdown.disabled = true; |
| 19394 | } |
| 19395 | |
| 19396 | // Store targets data for updateManualPorts function |
no outgoing calls
no test coverage detected