mirror of
https://github.com/nextcloud/server.git
synced 2026-03-18 16:45:22 -04:00
Merge pull request #47922 from nextcloud/backport/47527/stable29
[stable29] fix(files_external): Handling in SFTP UI for custom ports
This commit is contained in:
commit
4e50fbb482
1 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,8 @@ class SFTP extends Backend {
|
|||
->setText($l->t('SFTP'))
|
||||
->addParameters([
|
||||
new DefinitionParameter('host', $l->t('Host')),
|
||||
(new DefinitionParameter('port', $l->t('Port')))
|
||||
->setFlag(DefinitionParameter::FLAG_OPTIONAL),
|
||||
(new DefinitionParameter('root', $l->t('Root')))
|
||||
->setFlag(DefinitionParameter::FLAG_OPTIONAL),
|
||||
])
|
||||
|
|
|
|||
Loading…
Reference in a new issue