add requiered parameters

This commit is contained in:
Olivier Lambert 2015-03-03 11:52:55 +01:00
parent 7171de336d
commit 23cf87dbc0

View File

@ -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},