{{template "header" .}}
报警配置
{{range $id, $config := .WaringConfigList}} {{end}}
Type Config OP
{{if eq $config.Type "WechatWork"}}微信企业号{{else}}{{$config.Type}}{{end}} {{range $k, $v := $config.Param}}

{{$k}} : {{$v}}

{{end}}
Add new Warning Config
 
{{template "footer" .}}