add requiered parameters
This commit is contained in:
parent
7171de336d
commit
23cf87dbc0
@ -208,6 +208,8 @@ let createNfs = $coroutine(function ({
|
||||
createNfs.permission = 'admin';
|
||||
createNfs.params = {
|
||||
host: { type: 'string' },
|
||||
nameLabel: { type: 'string' },
|
||||
nameDescription: { type: 'string' },
|
||||
server: { type: 'string' },
|
||||
serverPath: { type: 'string' },
|
||||
nfsVersion: { type: 'string' , optional: true},
|
||||
|
Loading…
Reference in New Issue
Block a user