* [MOD] Minor UI tweak

* [MOD] Added parameter help for API export action

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
This commit is contained in:
nuxsmin
2018-10-28 23:29:02 +01:00
parent 01df8254dc
commit 741c07327a
7 changed files with 16 additions and 14 deletions

View File

@@ -51,7 +51,8 @@ final class ConfigHelp implements HelpInterface
{
return
[
self::getItem('path', __('Ruta'))
self::getItem('path', __('Ruta')),
self::getItem('password', __('Clave'))
];
}
}