Fixed paths overflowing table on tracking page and made links clickable.

This commit is contained in:
Marvin Blum
2020-08-14 00:32:55 +02:00
committed by Marvin Blum
parent ab8123a4f7
commit 940395f9e4
7 changed files with 34 additions and 18 deletions

View File

@@ -156,7 +156,7 @@ func serveTracking() http.HandlerFunc {
PageVisits []tracking.PageVisits
Pages []pirsch.VisitorPage
Languages []pirsch.VisitorLanguage
Referer []pirsch.VisitorReferer
Referrer []pirsch.VisitorReferrer
HourlyVisitorsLabels template.JS
HourlyVisitorsDps template.JS
HourlyVisitorsTodayLabels template.JS
@@ -172,7 +172,7 @@ func serveTracking() http.HandlerFunc {
tracking.GetPageVisits(startDate, endDate),
tracking.GetPages(startDate, endDate),
tracking.GetLanguages(startDate, endDate),
tracking.GetReferer(startDate, endDate),
tracking.GetReferrer(startDate, endDate),
hourlyVisitorsLabels,
hourlyVisitorsDps,
hourlyVisitorsTodayLabels,