Skip to content

Commit

Permalink
Update monitor.html
Browse files Browse the repository at this point in the history
  • Loading branch information
xOS committed Feb 29, 2024
1 parent d173e3d commit ca0ae37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resource/template/dashboard-default/monitor.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
<td>{{if eq $monitor.Cover 0}}{{tr "CoverAll"}}{{else}}{{tr "IgnoreAll"}}{{end}}</td>
<td>{{$monitor.SkipServersRaw}}</td>
<td>
{{if eq $monitor.Type 1}}{{tr "TCPPort"}} {{else if eq $monitor.Type
2}} ICMP Ping {{end}}
{{if eq $monitor.Type 1}}{{tr "TCPPort"}} {{else if eq $monitor.Type 2}} ICMP Ping {{end}}
</td>
<td>{{$monitor.Duration}} {{tr "Seconds"}}</td>
<td>{{$monitor.NotificationTag}}</td>
Expand Down

0 comments on commit ca0ae37

Please sign in to comment.