package list import ( "context" "fmt" "github.com/starfleetcptn/gomft/components" "github.com/starfleetcptn/gomft/components/notifications/dialog" "github.com/starfleetcptn/gomft/components/notifications/types" ) // List renders the notification services list page. templ List(ctx context.Context, data types.SettingsNotificationsData) { @components.LayoutWithContext("Notification Services", ctx) {
Add a notification service to receive alerts for job events.
Add First Notification Service{ service.Name }
{ service.Description }
Last sent: if service.SuccessCount > 0 { "Recently" } else { "Never" }
Notification services allow the system to send alerts for job events such as completion, errors, or when jobs start.