* [ADD] User groups can now be managed thorugh API. Related #1054. Thanks to @pierrehenrymuller for the feedback

* [ADD] Added missing API help for some actions
* [MOD] Updated translations
* [MOD] UI tweaks

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
This commit is contained in:
nuxsmin
2018-10-07 20:49:30 +02:00
parent c503baa4a3
commit 513ab01cff
54 changed files with 38158 additions and 39546 deletions

View File

@@ -57,6 +57,20 @@ final class ClientHelp implements HelpInterface
];
}
/**
* @return array
*/
public static function edit()
{
return
[
self::getItem('id', __('Id de cliente'), true),
self::getItem('name', __('Nombre del cliente'), true),
self::getItem('description', __('Descripción del cliente')),
self::getItem('global', __('Global'))
];
}
/**
* @return array
*/