summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_logs.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/status_logs.php')
-rw-r--r--src/usr/local/www/status_logs.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/local/www/status_logs.php b/src/usr/local/www/status_logs.php
index 74f94a9..e5d8b44 100644
--- a/src/usr/local/www/status_logs.php
+++ b/src/usr/local/www/status_logs.php
@@ -94,8 +94,10 @@ if ($filtertext) {
if (in_array($logfile, array('system', 'gateways', 'routing', 'resolver', 'wireless'))) {
$pgtitle = array(gettext("Status"), gettext("System Logs"), gettext("System"), $allowed_logs[$logfile]["name"]);
+ $pglinks = array("", "status_logs.php", "status_logs.php", "@self");
} else {
$pgtitle = array(gettext("Status"), gettext("System Logs"), $allowed_logs[$logfile]["name"]);
+ $pglinks = array("", "status_logs.php", "@self");
}
include("head.inc");
OpenPOWER on IntegriCloud