{{define "dashboard/notification"}} {{template "common/header" .}} {{template "common/menu" .}}
{{range $notification := .Notifications}} {{end}}
ID 备注 URL 验证SSL 管理
{{$notification.ID}} {{$notification.Name}} {{$notification.URL}} {{$notification.VerifySSL}}
{{range $rule := .AlertRules}} {{end}}
ID 备注 规则 启用 管理
{{$rule.ID}} {{$rule.Name}} {{$rule.RulesRaw}} {{$rule.Enable}}
{{template "component/notification"}} {{template "component/rule"}} {{template "common/footer" .}} {{end}}