{{define "dashboard/monitor"}} {{template "common/header" .}} {{template "common/menu" .}}
{{range $monitor := .Monitors}} {{end}}
ID 名称 目标 类型 管理
{{$monitor.ID}} {{$monitor.Name}} {{$monitor.Target}} {{if eq $monitor.Type 1}}HTTP(S)/SSL证书 {{else if eq $monitor.Type 2}} ICMP Ping {{else}} TCP 端口 {{end}}
{{template "component/monitor"}} {{template "common/footer" .}} {{end}}