diff --git a/logparser/sshd/statistics.gohtml b/logparser/sshd/statistics.gohtml index c78bcd2..53bc1de 100644 --- a/logparser/sshd/statistics.gohtml +++ b/logparser/sshd/statistics.gohtml @@ -6,12 +6,18 @@ {{.Title}} - {{end}} {{ define "footertpl"}} +
+ + +{{end}} + +{{ define "dailytpl"}} + + + + + -
- - -{{end}} - -{{ define "dailytpl"}} - - - - {{end}} {{ define "yearlytpl"}} + - {{range $val := .YearList}} {{end}} + + + + {{end}} {{ define "monthlytpl"}} + - {{range $key, $val := .MonthList}} {{range $month := index $val}} @@ -82,5 +98,13 @@ {{end}} + + + + {{end}} '' \ No newline at end of file