mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
openvpn: style #2440
This commit is contained in:
parent
1d6b49090f
commit
02ca3bd6f3
@ -165,7 +165,7 @@ $( document ).ready(function() {
|
||||
data-client-ip="<?=$conn['remote_host'];?>"
|
||||
title="<?=gettext("Kill client connection from"). " ". $conn['remote_host'] ; ?>"
|
||||
class="act_kill_client btn btn-default">
|
||||
<span class="glyphicon glyphicon-remove"></span>
|
||||
<i class="fa fa-times fa-fw"></i>
|
||||
</button>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@ -70,7 +70,7 @@ $clients = openvpn_get_active_clients();
|
||||
<td><?=$conn['common_name'];?><br/><?=$conn['connect_time'];?></td>
|
||||
<td><?=$conn['remote_host'];?><br/><?=$conn['virtual_addr'];?></td>
|
||||
<td>
|
||||
<span class="glyphicon glyphicon-remove act_kill_client" data-client-port="<?=$server['mgmt'];?>"
|
||||
<span class="fa fa-times fa-fw act_kill_client" data-client-port="<?=$server['mgmt'];?>"
|
||||
data-client-ip="<?=$conn['remote_host'];?>"
|
||||
style='cursor:pointer;'
|
||||
title='Kill client connection from <?=$conn['remote_host']; ?>'>
|
||||
@ -104,7 +104,7 @@ $clients = openvpn_get_active_clients();
|
||||
<td><?=$sk_server['name'];?><br/><?=$sk_server['connect_time'];?></td>
|
||||
<td><?=$sk_server['remote_host'];?><br/><?=$sk_server['virtual_addr'];?></td>
|
||||
<td>
|
||||
<span class='glyphicon glyphicon-transfer <?=$sk_server['status'] == "up" ? "text-success" : "text-danger";?>'></span>
|
||||
<span class='fa fa-exchange fa-fw <?=$sk_server['status'] == "up" ? "text-success" : "text-danger";?>'></span>
|
||||
</td>
|
||||
</tr>
|
||||
<?php
|
||||
@ -135,7 +135,7 @@ endif; ?>
|
||||
<td><?=$client['name'];?><br/><?=$client['connect_time'];?></td>
|
||||
<td><?=$client['remote_host'];?><br/><?=$client['virtual_addr'];?></td>
|
||||
<td>
|
||||
<span class='glyphicon glyphicon-transfer <?=$client['status'] == "up" ? "text-success" : "text-danger" ;?>'></span>
|
||||
<span class='fa fa-exchange fa-fw <?=$client['status'] == "up" ? "text-success" : "text-danger" ;?>'></span>
|
||||
</td>
|
||||
</tr>
|
||||
<?php
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user