{{define "dashboard/monitor"}} {{template "common/header" .}} {{template "common/menu" .}}
{{range $monitor := .Monitors}} {{end}}
ID {{tr "Name"}} {{tr "Target"}} {{tr "Coverage"}} {{tr "SpecificServers"}} {{tr "Type"}} {{tr "Duration"}} {{tr "NotificationMethodGroup"}} {{tr "Notification"}} {{tr "Administration"}}
{{$monitor.ID}} {{$monitor.Name}} {{$monitor.Target}} {{if eq $monitor.Cover 0}}{{tr "CoverAll"}}{{else}}{{tr "IgnoreAll"}}{{end}} {{$monitor.SkipServersRaw}} {{if eq $monitor.Type 1}}{{tr "SSLCertificate"}} {{else if eq $monitor.Type 2}} ICMP Ping {{else}} {{tr "TCPPort"}} {{end}} {{$monitor.Duration}} {{tr "Seconds"}} {{$monitor.NotificationTag}} {{$monitor.Notify}}
{{template "component/monitor"}} {{template "common/footer" .}} {{end}}