diff --git a/internal/web/handlers/settings_handlers.go b/internal/web/handlers/settings_handlers.go index 8cd089e..88694c3 100644 --- a/internal/web/handlers/settings_handlers.go +++ b/internal/web/handlers/settings_handlers.go @@ -1169,6 +1169,43 @@ func (h *Handlers) HandleNewNotificationPage(c *gin.Context) { data := components.NotificationFormData{ IsNew: true, + NotificationService: &struct { + ID uint + Name string + Description string + Type string + IsEnabled bool + EventTriggers []string + RetryPolicy string + WebhookURL string + Method string + Headers string + PayloadTemplate string + SecretKey string + PushbulletAPIKey string + PushbulletDeviceID string + PushbulletTitleTemplate string + PushbulletBodyTemplate string + NtfyServer string + NtfyTopic string + NtfyPriority string + NtfyUsername string + NtfyPassword string + NtfyTitleTemplate string + NtfyMessageTemplate string + GotifyURL string + GotifyToken string + GotifyPriority string + GotifyTitleTemplate string + GotifyMessageTemplate string + PushoverAPIToken string + PushoverUserKey string + PushoverDevice string + PushoverPriority string + PushoverSound string + PushoverTitleTemplate string + PushoverMessageTemplate string + }{}, } ctx := h.CreateTemplateContext(c) diff --git a/screenshots/admin.tools.gomft.png b/screenshots/admin.tools.gomft.png deleted file mode 100644 index 65aaf6a..0000000 Binary files a/screenshots/admin.tools.gomft.png and /dev/null differ diff --git a/screenshots/audit.logs.gomft.png b/screenshots/audit.logs.gomft.png new file mode 100644 index 0000000..6e87a9f Binary files /dev/null and b/screenshots/audit.logs.gomft.png differ diff --git a/screenshots/authentication.providers.gomft.png b/screenshots/authentication.providers.gomft.png new file mode 100644 index 0000000..900d810 Binary files /dev/null and b/screenshots/authentication.providers.gomft.png differ diff --git a/screenshots/dashboard.dark.gomft.png b/screenshots/dashboard.dark.gomft.png index 85e5e6b..aef70c2 100644 Binary files a/screenshots/dashboard.dark.gomft.png and b/screenshots/dashboard.dark.gomft.png differ diff --git a/screenshots/dashboard.gomft.png b/screenshots/dashboard.gomft.png index 8e01f91..ae91d84 100644 Binary files a/screenshots/dashboard.gomft.png and b/screenshots/dashboard.gomft.png differ diff --git a/screenshots/database.tools.gomft.png b/screenshots/database.tools.gomft.png new file mode 100644 index 0000000..9adb607 Binary files /dev/null and b/screenshots/database.tools.gomft.png differ diff --git a/screenshots/file.details.gomft.png b/screenshots/file.details.gomft.png new file mode 100644 index 0000000..d8b692b Binary files /dev/null and b/screenshots/file.details.gomft.png differ diff --git a/screenshots/file.metadata.gomft.png b/screenshots/file.metadata.gomft.png index 129092d..ea4497e 100644 Binary files a/screenshots/file.metadata.gomft.png and b/screenshots/file.metadata.gomft.png differ diff --git a/screenshots/job.run.details.gomft.png b/screenshots/job.run.details.gomft.png new file mode 100644 index 0000000..0ee4e33 Binary files /dev/null and b/screenshots/job.run.details.gomft.png differ diff --git a/screenshots/login.gomft.png b/screenshots/login.gomft.png deleted file mode 100644 index b1475ed..0000000 Binary files a/screenshots/login.gomft.png and /dev/null differ diff --git a/screenshots/new.configuration.gomft.png b/screenshots/new.configuration.gomft.png deleted file mode 100644 index 38c7d99..0000000 Binary files a/screenshots/new.configuration.gomft.png and /dev/null differ diff --git a/screenshots/new.job.gomft.png b/screenshots/new.job.gomft.png deleted file mode 100644 index eb68f1b..0000000 Binary files a/screenshots/new.job.gomft.png and /dev/null differ diff --git a/screenshots/notification.service.gomft.png b/screenshots/notification.service.gomft.png new file mode 100644 index 0000000..321fe9f Binary files /dev/null and b/screenshots/notification.service.gomft.png differ diff --git a/screenshots/notifications.gomft.png b/screenshots/notifications.gomft.png new file mode 100644 index 0000000..ac64514 Binary files /dev/null and b/screenshots/notifications.gomft.png differ diff --git a/screenshots/profile.gomft.png b/screenshots/profile.gomft.png deleted file mode 100644 index e354197..0000000 Binary files a/screenshots/profile.gomft.png and /dev/null differ diff --git a/screenshots/role.management.gomft.png b/screenshots/role.management.gomft.png new file mode 100644 index 0000000..e3db61a Binary files /dev/null and b/screenshots/role.management.gomft.png differ diff --git a/screenshots/scheduled.jobs.gomft.png b/screenshots/scheduled.jobs.gomft.png new file mode 100644 index 0000000..af30389 Binary files /dev/null and b/screenshots/scheduled.jobs.gomft.png differ diff --git a/screenshots/transfer.config.gomft.png b/screenshots/transfer.config.gomft.png new file mode 100644 index 0000000..075c2fe Binary files /dev/null and b/screenshots/transfer.config.gomft.png differ diff --git a/screenshots/transfer.configurations.gomft.png b/screenshots/transfer.configurations.gomft.png deleted file mode 100644 index b8e3353..0000000 Binary files a/screenshots/transfer.configurations.gomft.png and /dev/null differ diff --git a/screenshots/transfer.history.gomft.png b/screenshots/transfer.history.gomft.png index c1499ac..251ee9f 100644 Binary files a/screenshots/transfer.history.gomft.png and b/screenshots/transfer.history.gomft.png differ diff --git a/screenshots/transfer.jobs.gomft.png b/screenshots/transfer.jobs.gomft.png deleted file mode 100644 index 284e740..0000000 Binary files a/screenshots/transfer.jobs.gomft.png and /dev/null differ diff --git a/screenshots/user.management.gomft.png b/screenshots/user.management.gomft.png index 769d0b7..44ab7db 100644 Binary files a/screenshots/user.management.gomft.png and b/screenshots/user.management.gomft.png differ