{{define "dashboard/monitor"}} {{template "common/header" .}} {{template "common/menu" .}}
{{range $monitor := .Monitors}} {{end}}
ID 名称 目标 覆盖范围 排除服务器 类型 通知 管理
{{$monitor.ID}} {{$monitor.Name}} {{$monitor.Target}} {{if eq $monitor.Cover 0}}覆盖所有{{else}}忽略所有{{end}} {{$monitor.SkipServersRaw}} {{if eq $monitor.Type 1}}HTTP(S)/SSL证书 {{else if eq $monitor.Type 2}} ICMP Ping {{else}} TCP 端口 {{end}} {{$monitor.Notify}}
{{template "component/monitor"}} {{template "common/footer" .}} {{end}}