{{define "dashboard/notification"}}
{{template "common/header" .}}
{{template "common/menu" .}}
    
        
        
            
                
                    | ID | 
                    名称 | 
                    分组 | 
                    URL | 
                    验证SSL | 
                    管理 | 
                
            
            
                {{range $notification := .Notifications}}
                
                    | {{$notification.ID}} | 
                    {{$notification.Name}} | 
                    {{$notification.Tag}} | 
                    {{$notification.URL}} | 
                    {{$notification.VerifySSL}} | 
                    
                         
                            
                            
                         
                     | 
                
                {{end}}
            
        
        
        
            
                
                    | ID | 
                    名称 | 
                    通知方式组 | 
                    规则 | 
                    启用 | 
                    管理 | 
                
            
            
                {{range $rule := .AlertRules}}
                
                    | {{$rule.ID}} | 
                    {{$rule.Name}} | 
                    {{$rule.NotificationTag}} | 
                    {{$rule.RulesRaw}} | 
                    {{$rule.Enable}} | 
                    
                         
                            
                            
                         
                     | 
                
                {{end}}
            
        
     
 
{{template "component/notification"}}
{{template "component/rule"}}
{{template "common/footer" .}}
{{end}}