blob: bc1f36437e40aeab513eac8e483cee065fc1ae1d [file] [log] [blame]
<div class="row">
<div class="span12">
<div class="page-header">
<h1>Hosts (<%= nhosts %>)</h1>
</div>
<table class="table table-striped host-table">
<thead><tr><th>MAC Address</th><!-- <th>VLAN</th> --><th>IP Address</th><th>Switch Port</th><th>Last Seen</th>
</tr></thead>
<tbody>
<!-- hosts will be inserted here by HostListView.render -->
</tbody>
</table>
<!-- TODO implement pagination -->
<!--
<div class="pagination pagination-right"><ul>
<li><a href="">&larr;</a></li>
<li class="active"><a href="">1</a></li>
<li><a href="">2</a></li>
<li><a href="">&rarr;</a>
</ul></div>
-->
</div>
</div>