File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ <h2>Rules</h2>
10
10
< thead >
11
11
< tr >
12
12
< td colspan ="3 "> < h2 > < a href ="#{{reReplaceAll "([^a-zA-Z0-9]) " "$1" .Name}}" name="{{reReplaceAll "([^a-zA-Z0-9]) " "$1" .Name}}"> {{.Name}}</ h2 > </ td >
13
- < td > < h2 > {{if .GetEvaluationTimestamp .IsZero}}Never{{else}}{{since .GetEvaluationTimestamp }} ago{{end}}</ h2 > </ td >
14
- < td > < h2 > {{humanizeDuration .GetEvaluationDuration .Seconds}}</ h2 > </ td >
13
+ < td > < h2 > {{if .GetLastEvaluation .IsZero}}Never{{else}}{{since .GetLastEvaluation }} ago{{end}}</ h2 > </ td >
14
+ < td > < h2 > {{humanizeDuration .GetEvaluationTime .Seconds}}</ h2 > </ td >
15
15
</ tr >
16
16
</ thead >
17
17
< tbody >
@@ -36,9 +36,9 @@ <h2>Rules</h2>
36
36
{{end}}
37
37
</ td >
38
38
< td >
39
- {{if .GetEvaluationTimestamp .IsZero}}Never{{else}}{{since .GetEvaluationTimestamp }} ago{{end}}
39
+ {{if .GetLastEvaluation .IsZero}}Never{{else}}{{since .GetLastEvaluation }} ago{{end}}
40
40
</ td >
41
- < td > {{humanizeDuration .GetEvaluationDuration .Seconds}}</ td >
41
+ < td > {{humanizeDuration .GetEvaluationTime .Seconds}}</ td >
42
42
</ tr >
43
43
{{end}}
44
44
{{else}}
You can’t perform that action at this time.
0 commit comments