forked from I2P_Developers/i2p.i2p
Sidebar: limit event logs to last 7 days, to avoid page freezes
This commit is contained in:
@ -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")))
|
||||
|
@ -3,6 +3,7 @@
|
||||
- /graphs:
|
||||
- Reorganised config form
|
||||
- Fixed "hide legends" option
|
||||
Sidebar: limit event logs to last 7 days, to avoid page freezes
|
||||
|
||||
2017-11-02 str4d
|
||||
* Console:
|
||||
|
Reference in New Issue
Block a user