Dashboard/OpenVPN - missed a spot in 4978b067d5 closes https://github.com/opnsense/core/issues/6516

This commit is contained in:
Ad Schellevis 2023-04-21 20:34:25 +02:00
parent f0fd1dc6c0
commit 8a3040fecd

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_address'];?></td>
<td><?=$client['real_address'];?><br/><?=$client['virtual_address'];?></td>
<td>
<span class='fa fa-exchange fa-fw <?=$client['status'] == "connected" ? "text-success" : "text-danger" ;?>'></span>
</td>