|
|
|
@ -176,24 +176,24 @@ |
|
|
|
|
|
|
|
|
|
|
|
<div class="row"> |
|
|
|
<div class="span6"> |
|
|
|
<div class="widget widget-table action-table"> |
|
|
|
<div class="widget-header"> <i class="icon-group"></i> |
|
|
|
<h3>Online</h3> |
|
|
|
<div id="refresh-online"> |
|
|
|
<div class="span6"> |
|
|
|
<div class="widget widget-table action-table"> |
|
|
|
<div class="widget-header"> <i class="icon-monitor"></i> |
|
|
|
<h3>IP Adresses</h3> |
|
|
|
<div id="refresh-ip"> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- /widget-header --> |
|
|
|
<div class="widget-content"> |
|
|
|
<table class="table table-hover table-condensed table-bordered"> |
|
|
|
<table class="table table-hover table-condensed table-bordered"> |
|
|
|
<thead> |
|
|
|
<tr> |
|
|
|
<th>User</th> |
|
|
|
<th>TTY</th> |
|
|
|
<th>Logged in from</th> |
|
|
|
<th>Intf</th> |
|
|
|
<th>IP</th> |
|
|
|
<th>Mac</th> |
|
|
|
</tr> |
|
|
|
</thead> |
|
|
|
<tbody id="get-users"> |
|
|
|
<tbody id="get-ips"> |
|
|
|
</tbody> |
|
|
|
</table> |
|
|
|
</div> |
|
|
|
@ -201,7 +201,7 @@ |
|
|
|
</div> |
|
|
|
<!-- /widget --> |
|
|
|
</div> |
|
|
|
|
|
|
|
<!-- /span --> |
|
|
|
|
|
|
|
<div class="span3"> |
|
|
|
<div class="widget"> |
|
|
|
@ -251,30 +251,31 @@ |
|
|
|
|
|
|
|
<div class="row"> |
|
|
|
<div class="span6"> |
|
|
|
<div class="widget widget-table action-table"> |
|
|
|
<div class="widget-header"> <i class="icon-monitor"></i> |
|
|
|
<h3>IP Adresses</h3> |
|
|
|
<div id="refresh-ip"> |
|
|
|
<div class="widget widget-table action-table"> |
|
|
|
<div class="widget-header"> <i class="icon-group"></i> |
|
|
|
<h3>Online</h3> |
|
|
|
<div id="refresh-online"> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- /widget-header --> |
|
|
|
<div class="widget-content"> |
|
|
|
<table class="table table-hover table-condensed table-bordered"> |
|
|
|
<table class="table table-hover table-condensed table-bordered"> |
|
|
|
<thead> |
|
|
|
<tr> |
|
|
|
<th>Intf</th> |
|
|
|
<th>IP</th> |
|
|
|
<th>Mac</th> |
|
|
|
<th>User</th> |
|
|
|
<th>TTY</th> |
|
|
|
<th>Logged in from</th> |
|
|
|
</tr> |
|
|
|
</thead> |
|
|
|
<tbody id="get-ips"> |
|
|
|
<tbody id="get-users"> |
|
|
|
</tbody> |
|
|
|
</table> |
|
|
|
</div> |
|
|
|
<!-- /widget-content --> |
|
|
|
</div> |
|
|
|
<!-- /widget --> |
|
|
|
</div><!-- /span --> |
|
|
|
</div> |
|
|
|
<!-- /span --> |
|
|
|
</div> |
|
|
|
<!-- /row --> |
|
|
|
|
|
|
|
|