Sort out selection options
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
Name: 'ShareOwnerGrp',
|
||||
Type: 'Select',
|
||||
Label: 'Share owner Group',
|
||||
Value: [
|
||||
Options: [
|
||||
'Write = admin, Read = group',
|
||||
'Write = group, Read = everyone',
|
||||
'Write = group, Read = group',
|
||||
@@ -33,7 +33,7 @@
|
||||
Name: 'EnableNFSshare',
|
||||
Type: 'Select',
|
||||
Label: 'Enable the NFS Share',
|
||||
Value: [
|
||||
Options: [
|
||||
'Disabled',
|
||||
'Enabled',
|
||||
],
|
||||
@@ -43,7 +43,7 @@
|
||||
Name: 'ShareOnLocalNetwork',
|
||||
Type: 'Select',
|
||||
Label: 'EnableShare on local network',
|
||||
Value: [
|
||||
Options: [
|
||||
'Disabled',
|
||||
'Enabled',
|
||||
],
|
||||
@@ -60,7 +60,7 @@
|
||||
Name: 'FileSystemPermissions',
|
||||
Type: 'Select',
|
||||
Label: 'File system permissions',
|
||||
Value: [
|
||||
Options: [
|
||||
'Read only',
|
||||
'Read and Write',
|
||||
],
|
||||
@@ -70,7 +70,7 @@
|
||||
Name: 'WriteAsync',
|
||||
Type: 'Select',
|
||||
Label: 'Write (a)synchronously',
|
||||
Value: [
|
||||
Options: [
|
||||
'Synchronous',
|
||||
'Asynchronous',
|
||||
],
|
||||
@@ -79,7 +79,7 @@
|
||||
Name: 'DelayWrite',
|
||||
Type: 'Select',
|
||||
Label: 'Delays the disk writing',
|
||||
Value: [
|
||||
Options: [
|
||||
'Write delay',
|
||||
'No write delay',
|
||||
],
|
||||
@@ -89,7 +89,7 @@
|
||||
Name: 'Squash',
|
||||
Type: 'Select',
|
||||
Label: 'Squash the power of users',
|
||||
Value: [
|
||||
Options: [
|
||||
'All users squash',
|
||||
'No root squash',
|
||||
'root squash',
|
||||
@@ -100,7 +100,7 @@
|
||||
Name: 'BrowseParents',
|
||||
Type: 'Select',
|
||||
Label: 'Browse the parent folders',
|
||||
Value: [
|
||||
Options: [
|
||||
'Hide folder',
|
||||
'Show folder',
|
||||
],
|
||||
@@ -110,7 +110,7 @@
|
||||
Name: 'SecurePorts',
|
||||
Type: 'Select',
|
||||
Label: 'Requests on secure ports',
|
||||
Value: [
|
||||
Options: [
|
||||
'Secure',
|
||||
'Insecure',
|
||||
],
|
||||
|
Reference in New Issue
Block a user