mirror of
https://github.com/unraid/webgui.git
synced 2026-01-07 01:59:52 -06:00
Wireless support
This commit is contained in:
@@ -28,7 +28,7 @@ if (file_exists($cfg)) {
|
||||
?>
|
||||
<script>
|
||||
function prepareText(form) {
|
||||
var mgmt = ['br0','bond0','eth0'];
|
||||
var mgmt = ['br0','bond0','eth0','wlan0'];
|
||||
form.include_interfaces.value = form.include.value.replace(/[\n,]/g,' ').replace(/ +/g,' ').trim();
|
||||
form.exclude_interfaces.value = form.exclude.value.replace(/[\n,]/g,' ').replace(/ +/g,' ').trim();
|
||||
form.include.disabled = true;
|
||||
|
||||
Reference in New Issue
Block a user