UI for enabling existing webdav remotes
This commit is contained in:
parent
7addb89dc1
commit
453587d392
6 changed files with 67 additions and 4 deletions
|
@ -175,6 +175,9 @@ repoList reposelector
|
|||
Just "directory" -> val False EnableDirectoryR
|
||||
#ifdef WITH_S3
|
||||
Just "S3" -> val True EnableS3R
|
||||
#endif
|
||||
#ifdef WITH_WEBDAV
|
||||
Just "webdav" -> val True EnableWebDAVR
|
||||
#endif
|
||||
_ -> Nothing
|
||||
where
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue