Revision 1b7379f9
Added by Jared Dillard over 9 years ago
src/usr/local/www/status_openvpn.php | ||
---|---|---|
200 | 200 |
onclick="killClient('<?php echo $server['mgmt']; ?>', '<?php echo $conn['remote_host']; ?>');" style="cursor:pointer;" |
201 | 201 |
id="<?php echo "i:{$server['mgmt']}:{$conn['remote_host']}"; ?>" |
202 | 202 |
title="<?php echo gettext("Kill client connection from") . " " . $conn['remote_host']; ?>"> |
203 |
<i class="icon icon-remove"></i>
|
|
203 |
<i class="fa fa-times"></i>
|
|
204 | 204 |
</a> |
205 | 205 |
</td> |
206 | 206 |
</tr> |
Also available in: Unified diff
Ticket #5471 another convert batch to font-awesome icons