Sidebar: limit event logs to last 7 days, to avoid page freezes

This commit is contained in:
str4d
2017-11-03 02:49:24 +00:00
parent 91977aabae
commit 3b1a1fa027
2 changed files with 2 additions and 1 deletions

View File

@ -335,7 +335,7 @@ class SummaryBarRenderer {
.append(nbsp(_t("Debug")))
.append("</a>\n")
.append("<a href=\"/events\" target=\"_top\" title=\"")
.append("<a href=\"/events?from=604800000\" target=\"_top\" title=\"")
.append(_t("View historical log of router events"))
.append("\">")
.append(nbsp(_t("Events")))