diff options
author | 2024-07-04 22:59:47 +0300 | |
---|---|---|
committer | 2024-07-04 12:59:47 -0700 | |
commit | 92db6913449a57dea9aedbc8670449ae0392943d (patch) | |
tree | 7bc977fa189bf63d5382ddae22a0b6ffb4cef1a2 /internal/ui/integration_show.go | |
parent | a334c8e6917831bc4e7c92a2e548dd96a3bd7258 (diff) | |
download | v2-92db6913449a57dea9aedbc8670449ae0392943d.tar.gz v2-92db6913449a57dea9aedbc8670449ae0392943d.tar.zst v2-92db6913449a57dea9aedbc8670449ae0392943d.zip |
Add Betula integration
Diffstat (limited to 'internal/ui/integration_show.go')
-rw-r--r-- | internal/ui/integration_show.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/ui/integration_show.go b/internal/ui/integration_show.go index 8b3299a4..0e93093f 100644 --- a/internal/ui/integration_show.go +++ b/internal/ui/integration_show.go @@ -114,6 +114,9 @@ func (h *handler) showIntegrationPage(w http.ResponseWriter, r *http.Request) { RaindropToken: integration.RaindropToken, RaindropCollectionID: integration.RaindropCollectionID, RaindropTags: integration.RaindropTags, + BetulaEnabled: integration.BetulaEnabled, + BetulaURL: integration.BetulaURL, + BetulaToken: integration.BetulaToken, } sess := session.New(h.store, request.SessionID(r)) |