openvpn: typo

PR: https://forum.opnsense.org/index.php?topic=33314.0
This commit is contained in:
Franco Fichtner 2023-03-30 15:15:24 +02:00
parent 3586e701f2
commit a0c8016b2f

View File

@ -120,7 +120,7 @@ foreach ($openvpn_cfg as $section => &$ovpncfg) {
foreach ($openvpn_cfg['openvpn-client'] as $client) :?>
<tr>
<td><?=$client['name'];?><br/><?=date('Y-m-d H:i:s', $server['timestamp']);?></td>
<td><?=$client['remote_host'];?><br/><?=$client['virtual_addr'];?></td>
<td><?=$client['remote_host'];?><br/><?=$client['virtual_address'];?></td>
<td>
<span class='fa fa-exchange fa-fw <?=$client['status'] == "connected" ? "text-success" : "text-danger" ;?>'></span>
</td>