mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
parent
3586e701f2
commit
a0c8016b2f
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user