mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
(legacy) oops, swapped column
This commit is contained in:
parent
b78b8e5d0a
commit
aa48b3dbb0
@ -184,10 +184,10 @@ if (isset($config['ipsec']['phase2'])) {
|
||||
foreach ($pool_details['items'] as $lease): ?>
|
||||
<tr>
|
||||
<td><?=htmlspecialchars($lease['user']);?></td>
|
||||
<td><?=htmlspecialchars($lease['address']);?></td>
|
||||
<td>
|
||||
<span class='glyphicon glyphicon-transfer text-<?=$lease['status'] == 'online' ? "success" : "danger";?>'></span>
|
||||
</td>
|
||||
<td><?=htmlspecialchars($lease['address']);?></td>
|
||||
</tr>
|
||||
|
||||
<?php
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user