Console: Fix summary bar event log link param (thx drzed)

This commit is contained in:
zzz
2020-04-25 13:02:44 +00:00
parent baa26aec26
commit da5c92a599

View File

@ -478,7 +478,7 @@ class SummaryBarRenderer {
// 7 days // 7 days
tx = _t("Events"); tx = _t("Events");
rbuf.setLength(0); rbuf.setLength(0);
rbuf.append("<a href=\"/events?from=604800000\" target=\"_top\" title=\"") rbuf.append("<a href=\"/events?from=604800\" target=\"_top\" title=\"")
.append(_t("View historical log of router events")) .append(_t("View historical log of router events"))
.append("\">") .append("\">")
.append(nbsp(tx)) .append(nbsp(tx))