diff --git a/emhttp/plugins/dynamix/SecurityNFS.page b/emhttp/plugins/dynamix/SecurityNFS.page old mode 100644 new mode 100755 index 521ced8b2..e74674f2f --- a/emhttp/plugins/dynamix/SecurityNFS.page +++ b/emhttp/plugins/dynamix/SecurityNFS.page @@ -1,7 +1,7 @@ Menu="Disk Share" Title="NFS Security Settings" Tag="linux" -Cond="(($var['shareNFSEnabled']!='no') && (isset($name)?array_key_exists($name,$sec_nfs)&&$shares[$name]['hasCfg']!='similar':0))" +Cond="(($var['shareNFSEnabled']!='no') && (isset($name)?array_key_exists($name,$sec_nfs)&&($shares[$name]['hasCfg']??false)!='similar':0))" ---
- +
_(Read settings from)_ @@ -594,7 +594,7 @@ _(Mover action)_: : - + _(Case-insensitive Share name is not unique)_ @@ -1440,7 +1440,7 @@ $(function() { updateScreen(form.shareUseCache.value); if ($.cookie('autosize-' + $('#shareName').val())) $('#autosize').show(); checkName($('#shareName').val()); - + form.shareComment.disabled = true; form.shareFloor.disabled = true; form.shareCachePool.disabled = true;