mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-07 00:46:59 +01:00
* [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:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user