Commit aa48b3db authored by Ad Schellevis's avatar Ad Schellevis

(legacy) oops, swapped column

parent b78b8e5d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment