mirror of
https://github.com/unraid/webgui.git
synced 2026-05-20 13:19:46 -05:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@@ -98,6 +98,14 @@ _(Excluded disk(s))_:
|
||||
|
||||
:shares_excluded_disks_help:
|
||||
|
||||
_(Permit exclusive shares)_:
|
||||
: <select name="shareUserExclusive" <?=$disabled?>>
|
||||
<?=mk_option($var['shareUserExclusive'], "no", _('No'))?>
|
||||
<?=mk_option($var['shareUserExclusive'], "yes", _('Yes'))?>
|
||||
</select>
|
||||
|
||||
:shares_exclusive_shares_help:
|
||||
|
||||
_(Tunable (support Hard Links))_:
|
||||
: <select name="fuse_useino" <?=$disabled?>>
|
||||
<?=mk_option($var['fuse_useino'], "no", _('No'))?>
|
||||
|
||||
Reference in New Issue
Block a user