mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-09 08:56:23 -04:00
tinc/log switch to new log view https://github.com/opnsense/plugins/issues/1593
This commit is contained in:
parent
2d458814fe
commit
d5f20f6faa
2 changed files with 1 additions and 7 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<VPN>
|
||||
<Tinc cssClass="fa fa-lock fa-fw" order="100">
|
||||
<Configuration order="10" url="/ui/tinc"/>
|
||||
<LogFile VisibleName="Log File" order="20" url="/diag_logs_tinc.php"/>
|
||||
<LogFile VisibleName="Log File" order="20" url="/ui/diagnostics/log/core/tinc"/>
|
||||
</Tinc>
|
||||
</VPN>
|
||||
</menu>
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
<?php
|
||||
|
||||
$logfile = '/var/log/tinc.log';
|
||||
$logclog = true;
|
||||
|
||||
require_once 'diag_logs_template.inc';
|
||||
Loading…
Reference in a new issue