system: fix log links; closes #3862

This commit is contained in:
Franco Fichtner 2019-12-30 10:20:40 +01:00
parent b4147a1e94
commit e1f2fb0f3d
2 changed files with 2 additions and 2 deletions

View File

@ -335,7 +335,7 @@ include("head.inc");
<input name="logsys" type="checkbox" <?=!empty($pconfig['logsys']) ? " checked=\"checked\"" : ""; ?> />
<?=gettext("Enable logging of system messages (default: disabled)."); ?>
<div class="hidden" data-for="help_for_syslog">
<?=gettext("These options enable additional messages from NTP to be written to the System Log");?> (<a href="diag_logs_ntpd.php"><?=gettext("Status > System Logs > NTP"); ?></a>).
<?=gettext("These options enable additional messages from NTP to be written to the System Log");?> (<a href="/ui/diagnostics/log/core/ntpd"><?=gettext("Status > System Logs > NTP"); ?></a>).
</div>
</td>
</tr>

View File

@ -1,4 +1,4 @@
<?php
$system_log_title = gettext('System Log');
$system_log_title_link = 'diag_logs.php';
$system_log_title_link = 'ui/diagnostics/log/core/system';