diff --git a/languages/en_US/helptext.txt b/languages/en_US/helptext.txt index 4e6014eff..eada5c47b 100644 --- a/languages/en_US/helptext.txt +++ b/languages/en_US/helptext.txt @@ -607,9 +607,7 @@ disable these services while mover is running. :share_edit_copy_on_write_help: Set to **No** to cause the *btrfs* NOCOW (No Copy-on-Write) attribute to be set on the share directory when created on a device formatted with *btrfs* file system. Once set, newly created files and -subdirectories on the device will inherit the NOCOW attribute. We recommend this setting for shares -used to store vdisk images, including the Docker loopback image file. This setting has no effect -on non-btrfs file systems. +subdirectories on the device will inherit the NOCOW attribute. This setting has no effect on non-btrfs file systems. Set to **Auto** for normal operation, meaning COW **will** be in effect on devices formatted with *btrfs*. :end diff --git a/plugins/dynamix/Eth0.page b/plugins/dynamix/Eth0.page index 3be70ee8c..031c0eee0 100644 --- a/plugins/dynamix/Eth0.page +++ b/plugins/dynamix/Eth0.page @@ -94,6 +94,7 @@ Array.prototype.same = function(){return this.sort().filter(function(v,i,o){retu function prepareSettings(form) { var metrics = []; var metrics6 = []; + if ($(form).find('input[name="#arg[1]"]').val()=='none') return true; $(form).find('input[name^="METRIC:"]').each(function(){if($(this).val()>0) metrics.push($(this).val());}); $(form).find('input[name^="METRIC6:"]').each(function(){if($(this).val()>0) metrics6.push($(this).val());}); if (metrics.same() || metrics6.same()) { diff --git a/plugins/dynamix/EthX.page b/plugins/dynamix/EthX.page index 9438804c0..1b9d33eb6 100644 --- a/plugins/dynamix/EthX.page +++ b/plugins/dynamix/EthX.page @@ -84,7 +84,7 @@ $(function() { setTimeout(portcheck_ethX,Number('ethX'.substr(3))*1000); }); -
+ @@ -98,7 +98,7 @@ $(function() { _(Interface description)_: : - " onchange="exitCode(this.form,true)"> + " oninput="noRun(this.form)"> @@ -268,7 +268,7 @@ _(Enable VLANs)_: