mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
Dashboard/OpenVPN - missed a spot in 4978b067d5 closes https://github.com/opnsense/core/issues/6516
This commit is contained in:
parent
f0fd1dc6c0
commit
8a3040fecd
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user