From 366928b35de36b6ac37b8058faf7ea783afef7e6 Mon Sep 17 00:00:00 2001 From: Shaolong Chen Date: Fri, 18 Oct 2024 13:18:17 +0800 Subject: feat(integration): add cubox integration Signed-off-by: Shaolong Chen --- internal/ui/integration_show.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/ui/integration_show.go') diff --git a/internal/ui/integration_show.go b/internal/ui/integration_show.go index 8cc3bfe6..1395fab2 100644 --- a/internal/ui/integration_show.go +++ b/internal/ui/integration_show.go @@ -124,6 +124,8 @@ func (h *handler) showIntegrationPage(w http.ResponseWriter, r *http.Request) { NtfyUsername: integration.NtfyUsername, NtfyPassword: integration.NtfyPassword, NtfyIconURL: integration.NtfyIconURL, + CuboxEnabled: integration.CuboxEnabled, + CuboxAPILink: integration.CuboxAPILink, } sess := session.New(h.store, request.SessionID(r)) -- cgit v1.2.3