{{define "dashboard-default/notification"}} {{template "common/header" .}} {{template "common/menu" .}}
ID | {{tr "Name"}} | {{tr "Tag"}} | URL | {{tr "VerifySSL"}} | {{tr "Administration"}} |
---|---|---|---|---|---|
{{$notification.ID}} | {{$notification.Name}} | {{$notification.Tag}} | {{$notification.URL}} | {{$notification.VerifySSL}} |
ID | {{tr "Name"}} | {{tr "NotificationMethodGroup"}} | {{tr "NotificationTriggerMode"}} | {{tr "Rules"}} | {{tr "FailTriggerTasks"}} | {{tr "RecoverTriggerTasks"}} | {{tr "Enable"}} | {{tr "Administration"}} |
---|---|---|---|---|---|---|---|---|
{{$rule.ID}} | {{$rule.Name}} | {{$rule.NotificationTag}} | {{if eq $rule.TriggerMode 0}}{{tr "ModeAlwaysTrigger"}}{{else}}{{tr "ModeOnetimeTrigger"}}{{end}} | {{$rule.RulesRaw}} | {{$rule.FailTriggerTasksRaw}} | {{$rule.RecoverTriggerTasksRaw}} | {{$rule.Enable}} |