mirror of
https://github.com/drakkan/sftpgo.git
synced 2026-03-14 14:25:52 +01:00
WIP new WebAdmin: folder page
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
parent
d939a82225
commit
5ac99ee556
7 changed files with 212 additions and 136 deletions
|
|
@ -186,6 +186,9 @@ const (
|
|||
I18nAddGroupTitle = "title.add_group"
|
||||
I18nUpdateGroupTitle = "title.update_group"
|
||||
I18nErrorInvalidTLSCert = "user.tls_cert_invalid"
|
||||
I18nAddFolderTitle = "title.add_folder"
|
||||
I18nUpdateFolderTitle = "title.update_folder"
|
||||
I18nTemplateFolderTitle = "title.template_folder"
|
||||
)
|
||||
|
||||
// NewI18nError returns a I18nError wrappring the provided error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue