Browse Source

align ips-traffic

windows
Florian N 12 years ago
parent
commit
5ded53cabb
  1. 33
      templates/main.html

33
templates/main.html

@ -178,9 +178,9 @@
<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="widget-header"> <i class="icon-monitor"></i>
<h3>IP Adresses</h3>
<div id="refresh-ip">
</div>
</div>
<!-- /widget-header -->
@ -188,12 +188,12 @@
<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">
@ -252,9 +252,9 @@
<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-header"> <i class="icon-group"></i>
<h3>Online</h3>
<div id="refresh-online">
</div>
</div>
<!-- /widget-header -->
@ -262,19 +262,20 @@
<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 -->

Loading…
Cancel
Save