Skip to content

Commit

Permalink
lint and rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaysrikakulam committed Oct 11, 2024
1 parent 8a2b270 commit fd69a85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/FileSources/FileSourceTypeSpan.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const MESSAGES = {
azure: "This is an remote file source plugin based on the Azure service.",
onedata: "This is an remote file source plugin based on the Onedata service.",
ftp: "This is an remote file source plugin based on the FTP protocol.",
webdav: "This is an remote file source plugin based on the WebDAV protocol.",
};
interface Props {
Expand Down
1 change: 1 addition & 0 deletions lib/galaxy/files/templates/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ class OnedataFileSourceConfiguration(StrictModel):
disable_tls_certificate_validation: bool = False
writable: bool = False


class WebdavFileSourceTemplateConfiguration(StrictModel):
type: Literal["webdav"]
url: Union[str, TemplateExpansion]
Expand Down

0 comments on commit fd69a85

Please sign in to comment.